#A0709C

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

Shades of Violet Blue #A0709C

Tints of Violet Blue #A0709C

Color information

#A0709C (or 0xA0709C) is unknown color: approx Violet Blue. HEX triplet: A0, 70 and 9C. RGB value is (160,112,156). Sum of RGB (Red+Green+Blue) = 160+112+156=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A0709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0709C is #5F8F63. Grayscale: #838383. Windows color (decimal): -6262628 or 10252448. OLE color: 10252448.

HSL color Cylindrical-coordinate representation of color #A0709C: hue angle of 305º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0709C is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB160112156-
CMYK00.300.020.37
HSL305º20.17%53.33%-
HSV(B)305º30%62.75%-
XYZ26.2921.4634.21-
YUV131.37141.9148.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=37.38%
G=26.17%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011215600.300.020.3730520.1753.33
HexA0709C01E2251311435
Octal2401602340362454612465
Binary101000001110000100111000111101010010110011000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0709C; }

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

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

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

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

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

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

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

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