Shades of Violet Blue #AD75AF
Tints of Violet Blue #AD75AF
RGB
CMYK
RGB Variations
Color information
#AD75AF (or 0xAD75AF) is known color: Violet Blue. HEX triplet: AD, 75 and AF. RGB value is (173,117,175). Sum of RGB (Red+Green+Blue) = 173+117+175=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD75AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD75AF is #528A50. Grayscale: #8C8C8C. Windows color (decimal): -5409361 or 11498925. OLE color: 11498925.
HSL color Cylindrical-coordinate representation of color #AD75AF: hue angle of 297.93º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD75AF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 117 | 175 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.31 |
| HSL | 297.93º | 0.27% | 0.57% | - |
| HSV(B) | 297.93º | 0.33% | 0.69% | - |
| XYZ | 31.33 | 24.7 | 43.67 | - |
| YUV | 140.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 175 | 0.01 | 0.33 | 0 | 0.31 | 297.93 | 0.27 | 0.57 |
| Hex | AD | 75 | AF | 1 | 21 | 0 | 1F | 12A | 1B | 39 |
| Octal | 255 | 165 | 257 | 1 | 41 | 0 | 37 | 452 | 33 | 71 |
| Binary | 10101101 | 1110101 | 10101111 | 1 | 100001 | 0 | 11111 | 100101010 | 11011 | 111001 |
Color Harmonies of #AD75AF
Complementary color
Monochromatic Colors of #AD75AF
Black with #AD75AF
Text Example
Text Example
White with #AD75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75AF; }
p { color: rgb(173,117,175); }
H1.HeaderClassName
{
color: #AD75AF;
}
.AnyTagClassName
{
color: #AD75AF;
}
</style>
background-color css
<style>
a { background-color: #AD75AF; }
a { background-color: rgb(173,117,175); }
div.DivClassName
{
background-color: #AD75AF;
}
.BgClassName
{
background-color: #AD75AF;
}
</style>
border-color css
<style>
span { border-color: #AD75AF; }
span { border-color: rgb(173,117,175); }
td.TdClassName
{
border-color: #AD75AF;
}
.TagClassName
{
border-color: #AD75AF;
}
</style>