Shades of Violet Blue #A2709D
Tints of Violet Blue #A2709D
RGB
CMYK
RGB Variations
Color information
#A2709D (or 0xA2709D) is known color: 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
| RGB | 162 | 112 | 157 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.36 |
| HSL | 306º | 0.21% | 0.54% | - |
| HSV(B) | 306º | 0.31% | 0.64% | - |
| XYZ | 26.78 | 21.7 | 34.68 | - |
| YUV | 132.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 157 | 0 | 0.31 | 0.03 | 0.36 | 306 | 0.21 | 0.54 |
| Hex | A2 | 70 | 9D | 0 | 1F | 3 | 24 | 132 | 15 | 36 |
| Octal | 242 | 160 | 235 | 0 | 37 | 3 | 44 | 462 | 25 | 66 |
| Binary | 10100010 | 1110000 | 10011101 | 0 | 11111 | 11 | 100100 | 100110010 | 10101 | 110110 |
Color Harmonies of #A2709D
Complementary color
Monochromatic Colors of #A2709D
Black with #A2709D
Text Example
Text Example
White with #A2709D
Text Example
Text Example
HTML Codes & Css Web 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>