Shades of Violet Blue #AD52AF
Tints of Violet Blue #AD52AF
RGB
CMYK
RGB Variations
Color information
#AD52AF (or 0xAD52AF) is known color: Violet Blue. HEX triplet: AD, 52 and AF. RGB value is (173,82,175). Sum of RGB (Red+Green+Blue) = 173+82+175=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD52AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD52AF is #52AD50. Grayscale: #777777. Windows color (decimal): -5418321 or 11489965. OLE color: 11489965.
HSL color Cylindrical-coordinate representation of color #AD52AF: hue angle of 298.71º 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 #AD52AF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 82 | 175 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.31 |
| HSL | 298.71º | 0.37% | 0.5% | - |
| HSV(B) | 298.71º | 0.53% | 0.69% | - |
| XYZ | 27.99 | 18.01 | 42.56 | - |
| YUV | 119.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 175 | 0.01 | 0.53 | 0 | 0.31 | 298.71 | 0.37 | 0.5 |
| Hex | AD | 52 | AF | 1 | 35 | 0 | 1F | 12B | 25 | 32 |
| Octal | 255 | 122 | 257 | 1 | 65 | 0 | 37 | 453 | 45 | 62 |
| Binary | 10101101 | 1010010 | 10101111 | 1 | 110101 | 0 | 11111 | 100101011 | 100101 | 110010 |
Color Harmonies of #AD52AF
Complementary color
Monochromatic Colors of #AD52AF
Black with #AD52AF
Text Example
Text Example
White with #AD52AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52AF; }
p { color: rgb(173,82,175); }
H1.HeaderClassName
{
color: #AD52AF;
}
.AnyTagClassName
{
color: #AD52AF;
}
</style>
background-color css
<style>
a { background-color: #AD52AF; }
a { background-color: rgb(173,82,175); }
div.DivClassName
{
background-color: #AD52AF;
}
.BgClassName
{
background-color: #AD52AF;
}
</style>
border-color css
<style>
span { border-color: #AD52AF; }
span { border-color: rgb(173,82,175); }
td.TdClassName
{
border-color: #AD52AF;
}
.TagClassName
{
border-color: #AD52AF;
}
</style>