Shades of Violet Blue #A852AF
Tints of Violet Blue #A852AF
RGB
CMYK
RGB Variations
Color information
#A852AF (or 0xA852AF) is known color: Violet Blue. HEX triplet: A8, 52 and AF. RGB value is (168,82,175). Sum of RGB (Red+Green+Blue) = 168+82+175=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #A852AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A852AF is #57AD50. Grayscale: #767676. Windows color (decimal): -5746001 or 11489960. OLE color: 11489960.
HSL color Cylindrical-coordinate representation of color #A852AF: hue angle of 295.48º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A852AF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 82 | 175 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.31 |
| HSL | 295.48º | 0.37% | 0.5% | - |
| HSV(B) | 295.48º | 0.53% | 0.69% | - |
| XYZ | 26.9 | 17.45 | 42.51 | - |
| YUV | 118.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 175 | 0.04 | 0.53 | 0 | 0.31 | 295.48 | 0.37 | 0.5 |
| Hex | A8 | 52 | AF | 4 | 35 | 0 | 1F | 127 | 25 | 32 |
| Octal | 250 | 122 | 257 | 4 | 65 | 0 | 37 | 447 | 45 | 62 |
| Binary | 10101000 | 1010010 | 10101111 | 100 | 110101 | 0 | 11111 | 100100111 | 100101 | 110010 |
Color Harmonies of #A852AF
Complementary color
Monochromatic Colors of #A852AF
Black with #A852AF
Text Example
Text Example
White with #A852AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852AF; }
p { color: rgb(168,82,175); }
H1.HeaderClassName
{
color: #A852AF;
}
.AnyTagClassName
{
color: #A852AF;
}
</style>
background-color css
<style>
a { background-color: #A852AF; }
a { background-color: rgb(168,82,175); }
div.DivClassName
{
background-color: #A852AF;
}
.BgClassName
{
background-color: #A852AF;
}
</style>
border-color css
<style>
span { border-color: #A852AF; }
span { border-color: rgb(168,82,175); }
td.TdClassName
{
border-color: #A852AF;
}
.TagClassName
{
border-color: #A852AF;
}
</style>