Shades of Violet Blue #A2529B
Tints of Violet Blue #A2529B
RGB
CMYK
RGB Variations
Color information
#A2529B (or 0xA2529B) is known color: Violet Blue. HEX triplet: A2, 52 and 9B. RGB value is (162,82,155). Sum of RGB (Red+Green+Blue) = 162+82+155=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2529B is #5DAD64. Grayscale: #727272. Windows color (decimal): -6139237 or 10179234. OLE color: 10179234.
HSL color Cylindrical-coordinate representation of color #A2529B: hue angle of 305.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2529B is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 155 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.36 |
| HSL | 305.25º | 0.33% | 0.48% | - |
| HSV(B) | 305.25º | 0.49% | 0.64% | - |
| XYZ | 23.83 | 16.08 | 32.86 | - |
| YUV | 114.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 155 | 0 | 0.49 | 0.04 | 0.36 | 305.25 | 0.33 | 0.48 |
| Hex | A2 | 52 | 9B | 0 | 31 | 4 | 24 | 131 | 21 | 30 |
| Octal | 242 | 122 | 233 | 0 | 61 | 4 | 44 | 461 | 41 | 60 |
| Binary | 10100010 | 1010010 | 10011011 | 0 | 110001 | 100 | 100100 | 100110001 | 100001 | 110000 |
Color Harmonies of #A2529B
Complementary color
Monochromatic Colors of #A2529B
Black with #A2529B
Text Example
Text Example
White with #A2529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2529B; }
p { color: rgb(162,82,155); }
H1.HeaderClassName
{
color: #A2529B;
}
.AnyTagClassName
{
color: #A2529B;
}
</style>
background-color css
<style>
a { background-color: #A2529B; }
a { background-color: rgb(162,82,155); }
div.DivClassName
{
background-color: #A2529B;
}
.BgClassName
{
background-color: #A2529B;
}
</style>
border-color css
<style>
span { border-color: #A2529B; }
span { border-color: rgb(162,82,155); }
td.TdClassName
{
border-color: #A2529B;
}
.TagClassName
{
border-color: #A2529B;
}
</style>