Shades of Violet Blue #A952AD
Tints of Violet Blue #A952AD
RGB
CMYK
RGB Variations
Color information
#A952AD (or 0xA952AD) is known color: Violet Blue. HEX triplet: A9, 52 and AD. RGB value is (169,82,173). Sum of RGB (Red+Green+Blue) = 169+82+173=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A952AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A952AD is #56AD52. Grayscale: #767676. Windows color (decimal): -5680467 or 11358889. OLE color: 11358889.
HSL color Cylindrical-coordinate representation of color #A952AD: hue angle of 297.36º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A952AD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 82 | 173 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.32 |
| HSL | 297.36º | 0.36% | 0.5% | - |
| HSV(B) | 297.36º | 0.53% | 0.68% | - |
| XYZ | 26.92 | 17.49 | 41.49 | - |
| YUV | 118.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 82 | 173 | 0.02 | 0.53 | 0 | 0.32 | 297.36 | 0.36 | 0.5 |
| Hex | A9 | 52 | AD | 2 | 35 | 0 | 20 | 129 | 24 | 32 |
| Octal | 251 | 122 | 255 | 2 | 65 | 0 | 40 | 451 | 44 | 62 |
| Binary | 10101001 | 1010010 | 10101101 | 10 | 110101 | 0 | 100000 | 100101001 | 100100 | 110010 |
Color Harmonies of #A952AD
Complementary color
Monochromatic Colors of #A952AD
Black with #A952AD
Text Example
Text Example
White with #A952AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A952AD; }
p { color: rgb(169,82,173); }
H1.HeaderClassName
{
color: #A952AD;
}
.AnyTagClassName
{
color: #A952AD;
}
</style>
background-color css
<style>
a { background-color: #A952AD; }
a { background-color: rgb(169,82,173); }
div.DivClassName
{
background-color: #A952AD;
}
.BgClassName
{
background-color: #A952AD;
}
</style>
border-color css
<style>
span { border-color: #A952AD; }
span { border-color: rgb(169,82,173); }
td.TdClassName
{
border-color: #A952AD;
}
.TagClassName
{
border-color: #A952AD;
}
</style>