Shades of Dark Orchid #AD2ACC
Tints of Dark Orchid #AD2ACC
RGB
CMYK
RGB Variations
Color information
#AD2ACC (or 0xAD2ACC) is known color: Dark Orchid. HEX triplet: AD, 2A and CC. RGB value is (173,42,204). Sum of RGB (Red+Green+Blue) = 173+42+204=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ACC is #52D533. Grayscale: #636363. Windows color (decimal): -5428532 or 13380269. OLE color: 13380269.
HSL color Cylindrical-coordinate representation of color #AD2ACC: hue angle of 288.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2ACC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 42 | 204 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.2 |
| HSL | 288.52º | 0.66% | 0.48% | - |
| HSV(B) | 288.52º | 0.79% | 0.8% | - |
| XYZ | 28.96 | 14.9 | 58.48 | - |
| YUV | 99.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 204 | 0.15 | 0.79 | 0 | 0.2 | 288.52 | 0.66 | 0.48 |
| Hex | AD | 2A | CC | F | 4F | 0 | 14 | 121 | 42 | 30 |
| Octal | 255 | 52 | 314 | 17 | 117 | 0 | 24 | 441 | 102 | 60 |
| Binary | 10101101 | 101010 | 11001100 | 1111 | 1001111 | 0 | 10100 | 100100001 | 1000010 | 110000 |
Color Harmonies of #AD2ACC
Complementary color
Monochromatic Colors of #AD2ACC
Black with #AD2ACC
Text Example
Text Example
White with #AD2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2ACC; }
p { color: rgb(173,42,204); }
H1.HeaderClassName
{
color: #AD2ACC;
}
.AnyTagClassName
{
color: #AD2ACC;
}
</style>
background-color css
<style>
a { background-color: #AD2ACC; }
a { background-color: rgb(173,42,204); }
div.DivClassName
{
background-color: #AD2ACC;
}
.BgClassName
{
background-color: #AD2ACC;
}
</style>
border-color css
<style>
span { border-color: #AD2ACC; }
span { border-color: rgb(173,42,204); }
td.TdClassName
{
border-color: #AD2ACC;
}
.TagClassName
{
border-color: #AD2ACC;
}
</style>