#A2709D

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

Shades of Violet Blue #A2709D

Tints of Violet Blue #A2709D

Color information

#A2709D (or 0xA2709D) is unknown color: approx Violet Blue. HEX triplet: A2, 70 and 9D. RGB value is (162,112,157). Sum of RGB (Red+Green+Blue) = 162+112+157=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2709D is #5D8F62. Grayscale: #838383. Windows color (decimal): -6131555 or 10317986. OLE color: 10317986.

HSL color Cylindrical-coordinate representation of color #A2709D: hue angle of 306º 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 #A2709D is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB162112157-
CMYK00.310.030.36
HSL306º21.19%53.73%-
HSV(B)306º30.86%63.53%-
XYZ26.7821.734.68-
YUV132.08142.06149.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=37.59%
G=25.99%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211215700.310.030.3630621.1953.73
HexA2709D01F3241321536
Octal2421602350373444622566
Binary101000101110000100111010111111110010010011001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2709D; }

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

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

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

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

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

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

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

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