Shades of Dark Violet #AD0FCF
Tints of Dark Violet #AD0FCF
RGB
CMYK
RGB Variations
Color information
#AD0FCF (or 0xAD0FCF) is known color: Dark Violet. HEX triplet: AD, 0F and CF. RGB value is (173,15,207). Sum of RGB (Red+Green+Blue) = 173+15+207=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD0FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FCF is #52F030. Grayscale: #535353. Windows color (decimal): -5435441 or 13569965. OLE color: 13569965.
HSL color Cylindrical-coordinate representation of color #AD0FCF: hue angle of 289.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FCF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 15 | 207 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.19 |
| HSL | 289.38º | 0.86% | 0.44% | - |
| HSV(B) | 289.38º | 0.93% | 0.81% | - |
| XYZ | 28.67 | 13.73 | 60.17 | - |
| YUV | 84.13 | 197.35 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 207 | 0.16 | 0.93 | 0 | 0.19 | 289.38 | 0.86 | 0.44 |
| Hex | AD | F | CF | 10 | 5D | 0 | 13 | 121 | 56 | 2C |
| Octal | 255 | 17 | 317 | 20 | 135 | 0 | 23 | 441 | 126 | 54 |
| Binary | 10101101 | 1111 | 11001111 | 10000 | 1011101 | 0 | 10011 | 100100001 | 1010110 | 101100 |
Color Harmonies of #AD0FCF
Complementary color
Monochromatic Colors of #AD0FCF
Black with #AD0FCF
Text Example
Text Example
White with #AD0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FCF; }
p { color: rgb(173,15,207); }
H1.HeaderClassName
{
color: #AD0FCF;
}
.AnyTagClassName
{
color: #AD0FCF;
}
</style>
background-color css
<style>
a { background-color: #AD0FCF; }
a { background-color: rgb(173,15,207); }
div.DivClassName
{
background-color: #AD0FCF;
}
.BgClassName
{
background-color: #AD0FCF;
}
</style>
border-color css
<style>
span { border-color: #AD0FCF; }
span { border-color: rgb(173,15,207); }
td.TdClassName
{
border-color: #AD0FCF;
}
.TagClassName
{
border-color: #AD0FCF;
}
</style>