Shades of Violet Blue #A952AB
Tints of Violet Blue #A952AB
RGB
CMYK
RGB Variations
Color information
#A952AB (or 0xA952AB) is known color: Violet Blue. HEX triplet: A9, 52 and AB. RGB value is (169,82,171). Sum of RGB (Red+Green+Blue) = 169+82+171=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A952AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A952AB is #56AD54. Grayscale: #757575. Windows color (decimal): -5680469 or 11227817. OLE color: 11227817.
HSL color Cylindrical-coordinate representation of color #A952AB: hue angle of 298.65º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A952AB is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 82 | 171 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.33 |
| HSL | 298.65º | 0.35% | 0.5% | - |
| HSV(B) | 298.65º | 0.52% | 0.67% | - |
| XYZ | 26.73 | 17.41 | 40.48 | - |
| YUV | 118.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 82 | 171 | 0.01 | 0.52 | 0 | 0.33 | 298.65 | 0.35 | 0.5 |
| Hex | A9 | 52 | AB | 1 | 34 | 0 | 21 | 12B | 23 | 32 |
| Octal | 251 | 122 | 253 | 1 | 64 | 0 | 41 | 453 | 43 | 62 |
| Binary | 10101001 | 1010010 | 10101011 | 1 | 110100 | 0 | 100001 | 100101011 | 100011 | 110010 |
Color Harmonies of #A952AB
Complementary color
Monochromatic Colors of #A952AB
Black with #A952AB
Text Example
Text Example
White with #A952AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A952AB; }
p { color: rgb(169,82,171); }
H1.HeaderClassName
{
color: #A952AB;
}
.AnyTagClassName
{
color: #A952AB;
}
</style>
background-color css
<style>
a { background-color: #A952AB; }
a { background-color: rgb(169,82,171); }
div.DivClassName
{
background-color: #A952AB;
}
.BgClassName
{
background-color: #A952AB;
}
</style>
border-color css
<style>
span { border-color: #A952AB; }
span { border-color: rgb(169,82,171); }
td.TdClassName
{
border-color: #A952AB;
}
.TagClassName
{
border-color: #A952AB;
}
</style>