#A0409F

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

Shades of Violet Blue #A0409F

Tints of Violet Blue #A0409F

Color information

#A0409F (or 0xA0409F) is unknown color: approx Violet Blue. HEX triplet: A0, 40 and 9F. RGB value is (160,64,159). Sum of RGB (Red+Green+Blue) = 160+64+159=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0409F is #5FBF60. Grayscale: #676767. Windows color (decimal): -6274913 or 10436768. OLE color: 10436768.

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

Color convert

RGB16064159-
CMYK00.60.010.37
HSL300.62º42.86%43.92%-
HSV(B)300.62º60%62.75%-
XYZ22.5913.6434.24-
YUV103.53159.3168.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=41.78%
G=16.71%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606415900.60.010.37300.6242.8643.92
HexA0409F03C12512d2b2c
Octal2401002370741454555354
Binary1010000010000001001111101111001100101100101101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0409F; }

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

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

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

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

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

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

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

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