Shades of Dark Violet #AD0ACC
Tints of Dark Violet #AD0ACC
RGB
CMYK
RGB Variations
Color information
#AD0ACC (or 0xAD0ACC) is known color: Dark Violet. HEX triplet: AD, 0A and CC. RGB value is (173,10,204). Sum of RGB (Red+Green+Blue) = 173+10+204=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ACC is #52F533. Grayscale: #505050. Windows color (decimal): -5436724 or 13372077. OLE color: 13372077.
HSL color Cylindrical-coordinate representation of color #AD0ACC: hue angle of 290.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0ACC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 10 | 204 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.2 |
| HSL | 290.41º | 0.91% | 0.42% | - |
| HSV(B) | 290.41º | 0.95% | 0.8% | - |
| XYZ | 28.24 | 13.46 | 58.24 | - |
| YUV | 80.85 | 197.5 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 204 | 0.15 | 0.95 | 0 | 0.2 | 290.41 | 0.91 | 0.42 |
| Hex | AD | A | CC | F | 5F | 0 | 14 | 122 | 5B | 2A |
| Octal | 255 | 12 | 314 | 17 | 137 | 0 | 24 | 442 | 133 | 52 |
| Binary | 10101101 | 1010 | 11001100 | 1111 | 1011111 | 0 | 10100 | 100100010 | 1011011 | 101010 |
Color Harmonies of #AD0ACC
Complementary color
Monochromatic Colors of #AD0ACC
Black with #AD0ACC
Text Example
Text Example
White with #AD0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0ACC; }
p { color: rgb(173,10,204); }
H1.HeaderClassName
{
color: #AD0ACC;
}
.AnyTagClassName
{
color: #AD0ACC;
}
</style>
background-color css
<style>
a { background-color: #AD0ACC; }
a { background-color: rgb(173,10,204); }
div.DivClassName
{
background-color: #AD0ACC;
}
.BgClassName
{
background-color: #AD0ACC;
}
</style>
border-color css
<style>
span { border-color: #AD0ACC; }
span { border-color: rgb(173,10,204); }
td.TdClassName
{
border-color: #AD0ACC;
}
.TagClassName
{
border-color: #AD0ACC;
}
</style>