Shades of Dark Orchid #AD2BEC
Tints of Dark Orchid #AD2BEC
RGB
CMYK
RGB Variations
Color information
#AD2BEC (or 0xAD2BEC) is known color: Dark Orchid. HEX triplet: AD, 2B and EC. RGB value is (173,43,236). Sum of RGB (Red+Green+Blue) = 173+43+236=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD2BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BEC is #52D413. Grayscale: #676767. Windows color (decimal): -5428244 or 15477677. OLE color: 15477677.
HSL color Cylindrical-coordinate representation of color #AD2BEC: hue angle of 280.41º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2BEC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 43 | 236 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.07 |
| HSL | 280.41º | 0.84% | 0.55% | - |
| HSV(B) | 280.41º | 0.82% | 0.93% | - |
| XYZ | 33.24 | 16.67 | 80.82 | - |
| YUV | 103.87 | 202.57 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 236 | 0.27 | 0.82 | 0 | 0.07 | 280.41 | 0.84 | 0.55 |
| Hex | AD | 2B | EC | 1B | 52 | 0 | 7 | 118 | 54 | 37 |
| Octal | 255 | 53 | 354 | 33 | 122 | 0 | 7 | 430 | 124 | 67 |
| Binary | 10101101 | 101011 | 11101100 | 11011 | 1010010 | 0 | 111 | 100011000 | 1010100 | 110111 |
Color Harmonies of #AD2BEC
Complementary color
Monochromatic Colors of #AD2BEC
Black with #AD2BEC
Text Example
Text Example
White with #AD2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BEC; }
p { color: rgb(173,43,236); }
H1.HeaderClassName
{
color: #AD2BEC;
}
.AnyTagClassName
{
color: #AD2BEC;
}
</style>
background-color css
<style>
a { background-color: #AD2BEC; }
a { background-color: rgb(173,43,236); }
div.DivClassName
{
background-color: #AD2BEC;
}
.BgClassName
{
background-color: #AD2BEC;
}
</style>
border-color css
<style>
span { border-color: #AD2BEC; }
span { border-color: rgb(173,43,236); }
td.TdClassName
{
border-color: #AD2BEC;
}
.TagClassName
{
border-color: #AD2BEC;
}
</style>