#A0409D

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

Shades of Violet Blue #A0409D

Tints of Violet Blue #A0409D

Color information

#A0409D (or 0xA0409D) is unknown color: approx Violet Blue. HEX triplet: A0, 40 and 9D. RGB value is (160,64,157). Sum of RGB (Red+Green+Blue) = 160+64+157=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0409D is #5FBF62. Grayscale: #676767. Windows color (decimal): -6274915 or 10305696. OLE color: 10305696.

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

Color convert

RGB16064157-
CMYK00.60.020.37
HSL301.88º42.86%43.92%-
HSV(B)301.88º60%62.75%-
XYZ22.4213.5733.34-
YUV103.31158.3168.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=41.99%
G=16.80%
B=41.21%

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
Decimal1606415700.60.020.37301.8842.8643.92
HexA0409D03C22512e2b2c
Octal2401002350742454565354
Binary10100000100000010011101011110010100101100101110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0409D; }

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

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

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

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

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

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

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

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