Shades of Violet Blue #A2729B
Tints of Violet Blue #A2729B
RGB
CMYK
RGB Variations
Color information
#A2729B (or 0xA2729B) is known color: Violet Blue. HEX triplet: A2, 72 and 9B. RGB value is (162,114,155). Sum of RGB (Red+Green+Blue) = 162+114+155=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2729B is #5D8D64. Grayscale: #848484. Windows color (decimal): -6131045 or 10187426. OLE color: 10187426.
HSL color Cylindrical-coordinate representation of color #A2729B: hue angle of 308.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2729B is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 155 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.36 |
| HSL | 308.75º | 0.21% | 0.54% | - |
| HSV(B) | 308.75º | 0.3% | 0.64% | - |
| XYZ | 26.83 | 22.08 | 33.86 | - |
| YUV | 133.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 155 | 0 | 0.30 | 0.04 | 0.36 | 308.75 | 0.21 | 0.54 |
| Hex | A2 | 72 | 9B | 0 | 1E | 4 | 24 | 135 | 15 | 36 |
| Octal | 242 | 162 | 233 | 0 | 36 | 4 | 44 | 465 | 25 | 66 |
| Binary | 10100010 | 1110010 | 10011011 | 0 | 11110 | 100 | 100100 | 100110101 | 10101 | 110110 |
Color Harmonies of #A2729B
Complementary color
Monochromatic Colors of #A2729B
Black with #A2729B
Text Example
Text Example
White with #A2729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2729B; }
p { color: rgb(162,114,155); }
H1.HeaderClassName
{
color: #A2729B;
}
.AnyTagClassName
{
color: #A2729B;
}
</style>
background-color css
<style>
a { background-color: #A2729B; }
a { background-color: rgb(162,114,155); }
div.DivClassName
{
background-color: #A2729B;
}
.BgClassName
{
background-color: #A2729B;
}
</style>
border-color css
<style>
span { border-color: #A2729B; }
span { border-color: rgb(162,114,155); }
td.TdClassName
{
border-color: #A2729B;
}
.TagClassName
{
border-color: #A2729B;
}
</style>