#A03E9C

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

Shades of Violet Blue #A03E9C

Tints of Violet Blue #A03E9C

Color information

#A03E9C (or 0xA03E9C) is unknown color: approx Violet Blue. HEX triplet: A0, 3E and 9C. RGB value is (160,62,156). Sum of RGB (Red+Green+Blue) = 160+62+156=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03E9C is #5FC163. Grayscale: #656565. Windows color (decimal): -6275428 or 10239648. OLE color: 10239648.

HSL color Cylindrical-coordinate representation of color #A03E9C: hue angle of 302.45º 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 #A03E9C is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16062156-
CMYK00.610.020.37
HSL302.45º44.14%43.53%-
HSV(B)302.45º61.25%62.75%-
XYZ22.2213.3232.85-
YUV102.02158.47169.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=42.33%
G=16.40%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606215600.610.020.37302.4544.1443.53
HexA03E9C03D22512e2c2c
Octal240762340752454565454
Binary1010000011111010011100011110110100101100101110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E9C; }

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

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

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

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

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

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

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

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