Shades of Dark Orchid #AD2ACE
Tints of Dark Orchid #AD2ACE
RGB
CMYK
RGB Variations
Color information
#AD2ACE (or 0xAD2ACE) is known color: Dark Orchid. HEX triplet: AD, 2A and CE. RGB value is (173,42,206). Sum of RGB (Red+Green+Blue) = 173+42+206=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD2ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ACE is #52D531. Grayscale: #636363. Windows color (decimal): -5428530 or 13511341. OLE color: 13511341.
HSL color Cylindrical-coordinate representation of color #AD2ACE: hue angle of 287.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2ACE is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 42 | 206 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.19 |
| HSL | 287.93º | 0.66% | 0.49% | - |
| HSV(B) | 287.93º | 0.8% | 0.81% | - |
| XYZ | 29.2 | 15 | 59.75 | - |
| YUV | 99.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 206 | 0.16 | 0.80 | 0 | 0.19 | 287.93 | 0.66 | 0.49 |
| Hex | AD | 2A | CE | 10 | 50 | 0 | 13 | 120 | 42 | 31 |
| Octal | 255 | 52 | 316 | 20 | 120 | 0 | 23 | 440 | 102 | 61 |
| Binary | 10101101 | 101010 | 11001110 | 10000 | 1010000 | 0 | 10011 | 100100000 | 1000010 | 110001 |
Color Harmonies of #AD2ACE
Complementary color
Monochromatic Colors of #AD2ACE
Black with #AD2ACE
Text Example
Text Example
White with #AD2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2ACE; }
p { color: rgb(173,42,206); }
H1.HeaderClassName
{
color: #AD2ACE;
}
.AnyTagClassName
{
color: #AD2ACE;
}
</style>
background-color css
<style>
a { background-color: #AD2ACE; }
a { background-color: rgb(173,42,206); }
div.DivClassName
{
background-color: #AD2ACE;
}
.BgClassName
{
background-color: #AD2ACE;
}
</style>
border-color css
<style>
span { border-color: #AD2ACE; }
span { border-color: rgb(173,42,206); }
td.TdClassName
{
border-color: #AD2ACE;
}
.TagClassName
{
border-color: #AD2ACE;
}
</style>