#A0409C

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

Shades of Violet Blue #A0409C

Tints of Violet Blue #A0409C

Color information

#A0409C (or 0xA0409C) is unknown color: approx Violet Blue. HEX triplet: A0, 40 and 9C. RGB value is (160,64,156). Sum of RGB (Red+Green+Blue) = 160+64+156=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0409C is #5FBF63. Grayscale: #666666. Windows color (decimal): -6274916 or 10240160. OLE color: 10240160.

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

Color convert

RGB16064156-
CMYK00.60.020.37
HSL302.5º42.86%43.92%-
HSV(B)302.5º60%62.75%-
XYZ22.3313.5432.89-
YUV103.19157.8168.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 64 (25.39% from 255) = 16.84%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=42.11%
G=16.84%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606415600.60.020.37302.542.8643.92
HexA0409C03C22512e2b2c
Octal2401002340742454565354
Binary10100000100000010011100011110010100101100101110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0409C; }

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

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

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

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

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

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

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

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