#A03EA9

Color #A03EA9 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A03EA9

Tints of Violet Blue #A03EA9

Color information

#A03EA9 (or 0xA03EA9) is unknown color: approx Violet Blue. HEX triplet: A0, 3E and A9. RGB value is (160,62,169). Sum of RGB (Red+Green+Blue) = 160+62+169=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #A03EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03EA9 is #5FC156. Grayscale: #676767. Windows color (decimal): -6275415 or 11091616. OLE color: 11091616.

HSL color Cylindrical-coordinate representation of color #A03EA9: hue angle of 294.95º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03EA9 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16062169-
CMYK0.050.6300.34
HSL294.95º46.32%45.29%-
HSV(B)294.95º63.31%66.27%-
XYZ23.3813.7838.96-
YUV103.5164.97168.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 62 (24.61% from 255) = 15.86%
BLUE value IS 169 (66.41% from 255) = 43.22%
R=40.92%
G=15.86%
B=43.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160621690.050.6300.34294.9546.3245.29
HexA03EA953F0221272e2d
Octal240762515770424475655
Binary10100000111110101010011011111110100010100100111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03EA9; }

 p { color: rgb(160,62,169); }

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

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

 a { background-color: rgb(160,62,169); }

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

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

 span { border-color: rgb(160,62,169); }

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