#A03EA0

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

Shades of Violet Blue #A03EA0

Tints of Violet Blue #A03EA0

Color information

#A03EA0 (or 0xA03EA0) is unknown color: approx Violet Blue. HEX triplet: A0, 3E and A0. RGB value is (160,62,160). Sum of RGB (Red+Green+Blue) = 160+62+160=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A03EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03EA0 is #5FC15F. Grayscale: #666666. Windows color (decimal): -6275424 or 10501792. OLE color: 10501792.

HSL color Cylindrical-coordinate representation of color #A03EA0: hue angle of 300º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03EA0 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16062160-
CMYK00.6100.37
HSL300º44.14%43.53%-
HSV(B)300º61.25%62.75%-
XYZ22.5613.4634.67-
YUV102.47160.47169.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 160 (62.89% from 255) = 41.88%
R=41.88%
G=16.23%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606216000.6100.3730044.1443.53
HexA03EA003D02512c2c2c
Octal240762400750454545454
Binary101000001111101010000001111010100101100101100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03EA0; }

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

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

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

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

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

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

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

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