#A0609C

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

Shades of Violet Blue #A0609C

Tints of Violet Blue #A0609C

Color information

#A0609C (or 0xA0609C) is unknown color: approx Violet Blue. HEX triplet: A0, 60 and 9C. RGB value is (160,96,156). Sum of RGB (Red+Green+Blue) = 160+96+156=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0609C is #5F9F63. Grayscale: #797979. Windows color (decimal): -6266724 or 10248352. OLE color: 10248352.

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

Color convert

RGB16096156-
CMYK00.40.020.37
HSL303.75º25.2%50.2%-
HSV(B)303.75º40%62.75%-
XYZ24.6818.2433.67-
YUV121.98147.2155.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=38.83%
G=23.30%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609615600.40.020.37303.7525.250.2
HexA0609C0282251301932
Octal2401402340502454603162
Binary1010000011000001001110001010001010010110011000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0609C; }

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

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

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

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

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

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

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

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