Shades of Violet Blue #AD53AF
Tints of Violet Blue #AD53AF
RGB
CMYK
RGB Variations
Color information
#AD53AF (or 0xAD53AF) is known color: Violet Blue. HEX triplet: AD, 53 and AF. RGB value is (173,83,175). Sum of RGB (Red+Green+Blue) = 173+83+175=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD53AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD53AF is #52AC50. Grayscale: #787878. Windows color (decimal): -5418065 or 11490221. OLE color: 11490221.
HSL color Cylindrical-coordinate representation of color #AD53AF: hue angle of 298.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD53AF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 83 | 175 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.31 |
| HSL | 298.7º | 0.37% | 0.51% | - |
| HSV(B) | 298.7º | 0.53% | 0.69% | - |
| XYZ | 28.06 | 18.17 | 42.58 | - |
| YUV | 120.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 175 | 0.01 | 0.53 | 0 | 0.31 | 298.7 | 0.37 | 0.51 |
| Hex | AD | 53 | AF | 1 | 35 | 0 | 1F | 12B | 25 | 33 |
| Octal | 255 | 123 | 257 | 1 | 65 | 0 | 37 | 453 | 45 | 63 |
| Binary | 10101101 | 1010011 | 10101111 | 1 | 110101 | 0 | 11111 | 100101011 | 100101 | 110011 |
Color Harmonies of #AD53AF
Complementary color
Monochromatic Colors of #AD53AF
Black with #AD53AF
Text Example
Text Example
White with #AD53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53AF; }
p { color: rgb(173,83,175); }
H1.HeaderClassName
{
color: #AD53AF;
}
.AnyTagClassName
{
color: #AD53AF;
}
</style>
background-color css
<style>
a { background-color: #AD53AF; }
a { background-color: rgb(173,83,175); }
div.DivClassName
{
background-color: #AD53AF;
}
.BgClassName
{
background-color: #AD53AF;
}
</style>
border-color css
<style>
span { border-color: #AD53AF; }
span { border-color: rgb(173,83,175); }
td.TdClassName
{
border-color: #AD53AF;
}
.TagClassName
{
border-color: #AD53AF;
}
</style>