#a05ffa

Color #A05FFA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A05FFA

Tints of Medium Purple #A05FFA

Color information

#A05FFA (or 0xA05FFA) is unknown color: approx Medium Purple. HEX triplet: A0, 5F and FA. RGB value is (160,95,250). Sum of RGB (Red+Green+Blue) = 160+95+250=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #A05FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FFA is #5FA005. Grayscale: #838383. Windows color (decimal): -6266886 or 16408480. OLE color: 16408480.

HSL color Cylindrical-coordinate representation of color #A05FFA: hue angle of 265.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A05FFA is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16095250-
CMYK0.360.6200.02
HSL265.16º93.94%67.65%-
HSV(B)265.16º62%98.04%-
XYZ35.8422.5692.91-
YUV132.1194.53147.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 95 (37.5% from 255) = 18.81%
BLUE value IS 250 (98.05% from 255) = 49.50%
R=31.68%
G=18.81%
B=49.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160952500.360.6200.02265.1693.9467.65
HexA05FFA243E021095e44
Octal240137372447602411136104
Binary1010000010111111111101010010011111001010000100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05ffa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05ffa; }

 p { color: rgb(160,95,250); }

 H1.HeaderClassName
 {
   color: #a05ffa;
 }
 .AnyTagClassName
 {
   color: #a05ffa;
 }
</style>
background-color css

<style>
 a { background-color: #a05ffa; }

 a { background-color: rgb(160,95,250); }

 div.DivClassName
 {
   background-color: #a05ffa;
 }
 .BgClassName
 {
   background-color: #a05ffa;
 }
</style>
border-color css

<style>
 span { border-color: #a05ffa; }

 span { border-color: rgb(160,95,250); }

 td.TdClassName
 {
   border-color: #a05ffa;
 }
 .TagClassName
 {
   border-color: #a05ffa;
 }
</style>