#A2709B

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

Shades of Violet Blue #A2709B

Tints of Violet Blue #A2709B

Color information

#A2709B (or 0xA2709B) is unknown color: approx Violet Blue. HEX triplet: A2, 70 and 9B. RGB value is (162,112,155). Sum of RGB (Red+Green+Blue) = 162+112+155=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A2709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2709B is #5D8F64. Grayscale: #838383. Windows color (decimal): -6131557 or 10186914. OLE color: 10186914.

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

Color convert

RGB162112155-
CMYK00.310.040.36
HSL308.4º21.19%53.73%-
HSV(B)308.4º30.86%63.53%-
XYZ26.6121.6433.78-
YUV131.85141.06149.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=37.76%
G=26.11%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211215500.310.040.36308.421.1953.73
HexA2709B01F4241341536
Octal2421602330374444642566
Binary1010001011100001001101101111110010010010011010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2709B; }

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

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

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

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

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

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

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

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