Shades of Violet Blue #A852AB
Tints of Violet Blue #A852AB
RGB
CMYK
RGB Variations
Color information
#A852AB (or 0xA852AB) is known color: Violet Blue. HEX triplet: A8, 52 and AB. RGB value is (168,82,171). Sum of RGB (Red+Green+Blue) = 168+82+171=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #A852AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A852AB is #57AD54. Grayscale: #757575. Windows color (decimal): -5746005 or 11227816. OLE color: 11227816.
HSL color Cylindrical-coordinate representation of color #A852AB: hue angle of 297.98º 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 #A852AB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 82 | 171 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.33 |
| HSL | 297.98º | 0.35% | 0.5% | - |
| HSV(B) | 297.98º | 0.52% | 0.67% | - |
| XYZ | 26.52 | 17.3 | 40.47 | - |
| YUV | 117.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 171 | 0.02 | 0.52 | 0 | 0.33 | 297.98 | 0.35 | 0.5 |
| Hex | A8 | 52 | AB | 2 | 34 | 0 | 21 | 12A | 23 | 32 |
| Octal | 250 | 122 | 253 | 2 | 64 | 0 | 41 | 452 | 43 | 62 |
| Binary | 10101000 | 1010010 | 10101011 | 10 | 110100 | 0 | 100001 | 100101010 | 100011 | 110010 |
Color Harmonies of #A852AB
Complementary color
Monochromatic Colors of #A852AB
Black with #A852AB
Text Example
Text Example
White with #A852AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852AB; }
p { color: rgb(168,82,171); }
H1.HeaderClassName
{
color: #A852AB;
}
.AnyTagClassName
{
color: #A852AB;
}
</style>
background-color css
<style>
a { background-color: #A852AB; }
a { background-color: rgb(168,82,171); }
div.DivClassName
{
background-color: #A852AB;
}
.BgClassName
{
background-color: #A852AB;
}
</style>
border-color css
<style>
span { border-color: #A852AB; }
span { border-color: rgb(168,82,171); }
td.TdClassName
{
border-color: #A852AB;
}
.TagClassName
{
border-color: #A852AB;
}
</style>