Shades of Violet Blue #A852AD
Tints of Violet Blue #A852AD
RGB
CMYK
RGB Variations
Color information
#A852AD (or 0xA852AD) is known color: Violet Blue. HEX triplet: A8, 52 and AD. RGB value is (168,82,173). Sum of RGB (Red+Green+Blue) = 168+82+173=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #A852AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A852AD is #57AD52. Grayscale: #757575. Windows color (decimal): -5746003 or 11358888. OLE color: 11358888.
HSL color Cylindrical-coordinate representation of color #A852AD: hue angle of 296.7º 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 #A852AD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 82 | 173 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.32 |
| HSL | 296.7º | 0.36% | 0.5% | - |
| HSV(B) | 296.7º | 0.53% | 0.68% | - |
| XYZ | 26.71 | 17.38 | 41.48 | - |
| YUV | 118.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 173 | 0.03 | 0.53 | 0 | 0.32 | 296.7 | 0.36 | 0.5 |
| Hex | A8 | 52 | AD | 3 | 35 | 0 | 20 | 129 | 24 | 32 |
| Octal | 250 | 122 | 255 | 3 | 65 | 0 | 40 | 451 | 44 | 62 |
| Binary | 10101000 | 1010010 | 10101101 | 11 | 110101 | 0 | 100000 | 100101001 | 100100 | 110010 |
Color Harmonies of #A852AD
Complementary color
Monochromatic Colors of #A852AD
Black with #A852AD
Text Example
Text Example
White with #A852AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852AD; }
p { color: rgb(168,82,173); }
H1.HeaderClassName
{
color: #A852AD;
}
.AnyTagClassName
{
color: #A852AD;
}
</style>
background-color css
<style>
a { background-color: #A852AD; }
a { background-color: rgb(168,82,173); }
div.DivClassName
{
background-color: #A852AD;
}
.BgClassName
{
background-color: #A852AD;
}
</style>
border-color css
<style>
span { border-color: #A852AD; }
span { border-color: rgb(168,82,173); }
td.TdClassName
{
border-color: #A852AD;
}
.TagClassName
{
border-color: #A852AD;
}
</style>