Shades of Dark Orchid #AD2BE8
Tints of Dark Orchid #AD2BE8
RGB
CMYK
RGB Variations
Color information
#AD2BE8 (or 0xAD2BE8) is known color: Dark Orchid. HEX triplet: AD, 2B and E8. RGB value is (173,43,232). Sum of RGB (Red+Green+Blue) = 173+43+232=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD2BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BE8 is #52D417. Grayscale: #666666. Windows color (decimal): -5428248 or 15215533. OLE color: 15215533.
HSL color Cylindrical-coordinate representation of color #AD2BE8: hue angle of 281.27º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2BE8 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 43 | 232 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.09 |
| HSL | 281.27º | 0.8% | 0.54% | - |
| HSV(B) | 281.27º | 0.81% | 0.91% | - |
| XYZ | 32.66 | 16.44 | 77.8 | - |
| YUV | 103.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 232 | 0.25 | 0.81 | 0 | 0.09 | 281.27 | 0.8 | 0.54 |
| Hex | AD | 2B | E8 | 19 | 51 | 0 | 9 | 119 | 50 | 36 |
| Octal | 255 | 53 | 350 | 31 | 121 | 0 | 11 | 431 | 120 | 66 |
| Binary | 10101101 | 101011 | 11101000 | 11001 | 1010001 | 0 | 1001 | 100011001 | 1010000 | 110110 |
Color Harmonies of #AD2BE8
Complementary color
Monochromatic Colors of #AD2BE8
Black with #AD2BE8
Text Example
Text Example
White with #AD2BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BE8; }
p { color: rgb(173,43,232); }
H1.HeaderClassName
{
color: #AD2BE8;
}
.AnyTagClassName
{
color: #AD2BE8;
}
</style>
background-color css
<style>
a { background-color: #AD2BE8; }
a { background-color: rgb(173,43,232); }
div.DivClassName
{
background-color: #AD2BE8;
}
.BgClassName
{
background-color: #AD2BE8;
}
</style>
border-color css
<style>
span { border-color: #AD2BE8; }
span { border-color: rgb(173,43,232); }
td.TdClassName
{
border-color: #AD2BE8;
}
.TagClassName
{
border-color: #AD2BE8;
}
</style>