#A0609F

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

Shades of Violet Blue #A0609F

Tints of Violet Blue #A0609F

Color information

#A0609F (or 0xA0609F) is unknown color: approx Violet Blue. HEX triplet: A0, 60 and 9F. RGB value is (160,96,159). Sum of RGB (Red+Green+Blue) = 160+96+159=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0609F is #5F9F60. Grayscale: #7A7A7A. Windows color (decimal): -6266721 or 10444960. OLE color: 10444960.

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

Color convert

RGB16096159-
CMYK00.40.010.37
HSL300.94º25.2%50.2%-
HSV(B)300.94º40%62.75%-
XYZ24.9418.3435.03-
YUV122.32148.7154.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=38.55%
G=23.13%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609615900.40.010.37300.9425.250.2
HexA0609F02812512d1932
Octal2401402370501454553162
Binary101000001100000100111110101000110010110010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0609F; }

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

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

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

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

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

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

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

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