#A2709F

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

Shades of Violet Blue #A2709F

Tints of Violet Blue #A2709F

Color information

#A2709F (or 0xA2709F) is unknown color: approx Violet Blue. HEX triplet: A2, 70 and 9F. RGB value is (162,112,159). Sum of RGB (Red+Green+Blue) = 162+112+159=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A2709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2709F is #5D8F60. Grayscale: #848484. Windows color (decimal): -6131553 or 10449058. OLE color: 10449058.

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

Color convert

RGB162112159-
CMYK00.310.020.36
HSL303.6º21.19%53.73%-
HSV(B)303.6º30.86%63.53%-
XYZ26.9521.7735.58-
YUV132.31143.06149.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=37.41%
G=25.87%
B=36.72%

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
Decimal16211215900.310.020.36303.621.1953.73
HexA2709F01F2241301536
Octal2421602370372444602566
Binary101000101110000100111110111111010010010011000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2709F; }

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

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

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

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

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

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

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

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