Shades of Violet Blue #AD54AF
Tints of Violet Blue #AD54AF
RGB
CMYK
RGB Variations
Color information
#AD54AF (or 0xAD54AF) is known color: Violet Blue. HEX triplet: AD, 54 and AF. RGB value is (173,84,175). Sum of RGB (Red+Green+Blue) = 173+84+175=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD54AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54AF is #52AB50. Grayscale: #787878. Windows color (decimal): -5417809 or 11490477. OLE color: 11490477.
HSL color Cylindrical-coordinate representation of color #AD54AF: hue angle of 298.68º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD54AF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 84 | 175 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.31 |
| HSL | 298.68º | 0.36% | 0.51% | - |
| HSV(B) | 298.68º | 0.52% | 0.69% | - |
| XYZ | 28.14 | 18.32 | 42.61 | - |
| YUV | 120.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 175 | 0.01 | 0.52 | 0 | 0.31 | 298.68 | 0.36 | 0.51 |
| Hex | AD | 54 | AF | 1 | 34 | 0 | 1F | 12B | 24 | 33 |
| Octal | 255 | 124 | 257 | 1 | 64 | 0 | 37 | 453 | 44 | 63 |
| Binary | 10101101 | 1010100 | 10101111 | 1 | 110100 | 0 | 11111 | 100101011 | 100100 | 110011 |
Color Harmonies of #AD54AF
Complementary color
Monochromatic Colors of #AD54AF
Black with #AD54AF
Text Example
Text Example
White with #AD54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54AF; }
p { color: rgb(173,84,175); }
H1.HeaderClassName
{
color: #AD54AF;
}
.AnyTagClassName
{
color: #AD54AF;
}
</style>
background-color css
<style>
a { background-color: #AD54AF; }
a { background-color: rgb(173,84,175); }
div.DivClassName
{
background-color: #AD54AF;
}
.BgClassName
{
background-color: #AD54AF;
}
</style>
border-color css
<style>
span { border-color: #AD54AF; }
span { border-color: rgb(173,84,175); }
td.TdClassName
{
border-color: #AD54AF;
}
.TagClassName
{
border-color: #AD54AF;
}
</style>