Shades of Dark Orchid #AD33E8
Tints of Dark Orchid #AD33E8
RGB
CMYK
RGB Variations
Color information
#AD33E8 (or 0xAD33E8) is known color: Dark Orchid. HEX triplet: AD, 33 and E8. RGB value is (173,51,232). Sum of RGB (Red+Green+Blue) = 173+51+232=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD33E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33E8 is #52CC17. Grayscale: #6B6B6B. Windows color (decimal): -5426200 or 15217581. OLE color: 15217581.
HSL color Cylindrical-coordinate representation of color #AD33E8: hue angle of 280.44º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD33E8 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 51 | 232 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.09 |
| HSL | 280.44º | 0.8% | 0.55% | - |
| HSV(B) | 280.44º | 0.78% | 0.91% | - |
| XYZ | 32.98 | 17.08 | 77.9 | - |
| YUV | 108.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 232 | 0.25 | 0.78 | 0 | 0.09 | 280.44 | 0.8 | 0.55 |
| Hex | AD | 33 | E8 | 19 | 4E | 0 | 9 | 118 | 50 | 37 |
| Octal | 255 | 63 | 350 | 31 | 116 | 0 | 11 | 430 | 120 | 67 |
| Binary | 10101101 | 110011 | 11101000 | 11001 | 1001110 | 0 | 1001 | 100011000 | 1010000 | 110111 |
Color Harmonies of #AD33E8
Complementary color
Monochromatic Colors of #AD33E8
Black with #AD33E8
Text Example
Text Example
White with #AD33E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33E8; }
p { color: rgb(173,51,232); }
H1.HeaderClassName
{
color: #AD33E8;
}
.AnyTagClassName
{
color: #AD33E8;
}
</style>
background-color css
<style>
a { background-color: #AD33E8; }
a { background-color: rgb(173,51,232); }
div.DivClassName
{
background-color: #AD33E8;
}
.BgClassName
{
background-color: #AD33E8;
}
</style>
border-color css
<style>
span { border-color: #AD33E8; }
span { border-color: rgb(173,51,232); }
td.TdClassName
{
border-color: #AD33E8;
}
.TagClassName
{
border-color: #AD33E8;
}
</style>