Shades of Dark Orchid #AD2BCE
Tints of Dark Orchid #AD2BCE
RGB
CMYK
RGB Variations
Color information
#AD2BCE (or 0xAD2BCE) is known color: Dark Orchid. HEX triplet: AD, 2B and CE. RGB value is (173,43,206). Sum of RGB (Red+Green+Blue) = 173+43+206=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BCE is #52D431. Grayscale: #636363. Windows color (decimal): -5428274 or 13511597. OLE color: 13511597.
HSL color Cylindrical-coordinate representation of color #AD2BCE: hue angle of 287.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2BCE is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 43 | 206 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.19 |
| HSL | 287.85º | 0.65% | 0.49% | - |
| HSV(B) | 287.85º | 0.79% | 0.81% | - |
| XYZ | 29.24 | 15.07 | 59.76 | - |
| YUV | 100.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 206 | 0.16 | 0.79 | 0 | 0.19 | 287.85 | 0.65 | 0.49 |
| Hex | AD | 2B | CE | 10 | 4F | 0 | 13 | 120 | 41 | 31 |
| Octal | 255 | 53 | 316 | 20 | 117 | 0 | 23 | 440 | 101 | 61 |
| Binary | 10101101 | 101011 | 11001110 | 10000 | 1001111 | 0 | 10011 | 100100000 | 1000001 | 110001 |
Color Harmonies of #AD2BCE
Complementary color
Monochromatic Colors of #AD2BCE
Black with #AD2BCE
Text Example
Text Example
White with #AD2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BCE; }
p { color: rgb(173,43,206); }
H1.HeaderClassName
{
color: #AD2BCE;
}
.AnyTagClassName
{
color: #AD2BCE;
}
</style>
background-color css
<style>
a { background-color: #AD2BCE; }
a { background-color: rgb(173,43,206); }
div.DivClassName
{
background-color: #AD2BCE;
}
.BgClassName
{
background-color: #AD2BCE;
}
</style>
border-color css
<style>
span { border-color: #AD2BCE; }
span { border-color: rgb(173,43,206); }
td.TdClassName
{
border-color: #AD2BCE;
}
.TagClassName
{
border-color: #AD2BCE;
}
</style>