#A2709E

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

Shades of Violet Blue #A2709E

Tints of Violet Blue #A2709E

Color information

#A2709E (or 0xA2709E) is unknown color: approx Violet Blue. HEX triplet: A2, 70 and 9E. RGB value is (162,112,158). Sum of RGB (Red+Green+Blue) = 162+112+158=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2709E is #5D8F61. Grayscale: #848484. Windows color (decimal): -6131554 or 10383522. OLE color: 10383522.

HSL color Cylindrical-coordinate representation of color #A2709E: hue angle of 304.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2709E is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162112158-
CMYK00.310.020.36
HSL304.8º21.19%53.73%-
HSV(B)304.8º30.86%63.53%-
XYZ26.8721.7435.13-
YUV132.19142.56149.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=37.5%
G=25.93%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211215800.310.020.36304.821.1953.73
HexA2709E01F2241311536
Octal2421602360372444612566
Binary101000101110000100111100111111010010010011000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2709E; }

 p { color: rgb(162,112,158); }

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

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

 a { background-color: rgb(162,112,158); }

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

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

 span { border-color: rgb(162,112,158); }

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