Shades of Dark Violet #AD0FCB
Tints of Dark Violet #AD0FCB
RGB
CMYK
RGB Variations
Color information
#AD0FCB (or 0xAD0FCB) is known color: Dark Violet. HEX triplet: AD, 0F and CB. RGB value is (173,15,203). Sum of RGB (Red+Green+Blue) = 173+15+203=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD0FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FCB is #52F034. Grayscale: #535353. Windows color (decimal): -5435445 or 13307821. OLE color: 13307821.
HSL color Cylindrical-coordinate representation of color #AD0FCB: hue angle of 290.43º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FCB is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 15 | 203 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.20 |
| HSL | 290.43º | 0.86% | 0.43% | - |
| HSV(B) | 290.43º | 0.93% | 0.8% | - |
| XYZ | 28.18 | 13.54 | 57.63 | - |
| YUV | 83.67 | 195.35 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 203 | 0.15 | 0.93 | 0 | 0.20 | 290.43 | 0.86 | 0.43 |
| Hex | AD | F | CB | F | 5D | 0 | 14 | 122 | 56 | 2B |
| Octal | 255 | 17 | 313 | 17 | 135 | 0 | 24 | 442 | 126 | 53 |
| Binary | 10101101 | 1111 | 11001011 | 1111 | 1011101 | 0 | 10100 | 100100010 | 1010110 | 101011 |
Color Harmonies of #AD0FCB
Complementary color
Monochromatic Colors of #AD0FCB
Black with #AD0FCB
Text Example
Text Example
White with #AD0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FCB; }
p { color: rgb(173,15,203); }
H1.HeaderClassName
{
color: #AD0FCB;
}
.AnyTagClassName
{
color: #AD0FCB;
}
</style>
background-color css
<style>
a { background-color: #AD0FCB; }
a { background-color: rgb(173,15,203); }
div.DivClassName
{
background-color: #AD0FCB;
}
.BgClassName
{
background-color: #AD0FCB;
}
</style>
border-color css
<style>
span { border-color: #AD0FCB; }
span { border-color: rgb(173,15,203); }
td.TdClassName
{
border-color: #AD0FCB;
}
.TagClassName
{
border-color: #AD0FCB;
}
</style>