Shades of Dark Orchid #AD33E6
Tints of Dark Orchid #AD33E6
RGB
CMYK
RGB Variations
Color information
#AD33E6 (or 0xAD33E6) is known color: Dark Orchid. HEX triplet: AD, 33 and E6. RGB value is (173,51,230). Sum of RGB (Red+Green+Blue) = 173+51+230=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD33E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33E6 is #52CC19. Grayscale: #6B6B6B. Windows color (decimal): -5426202 or 15086509. OLE color: 15086509.
HSL color Cylindrical-coordinate representation of color #AD33E6: hue angle of 280.89º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD33E6 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 51 | 230 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.10 |
| HSL | 280.89º | 0.78% | 0.55% | - |
| HSV(B) | 280.89º | 0.78% | 0.9% | - |
| XYZ | 32.7 | 16.97 | 76.41 | - |
| YUV | 107.88 | 196.92 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 230 | 0.25 | 0.78 | 0 | 0.10 | 280.89 | 0.78 | 0.55 |
| Hex | AD | 33 | E6 | 19 | 4E | 0 | A | 119 | 4E | 37 |
| Octal | 255 | 63 | 346 | 31 | 116 | 0 | 12 | 431 | 116 | 67 |
| Binary | 10101101 | 110011 | 11100110 | 11001 | 1001110 | 0 | 1010 | 100011001 | 1001110 | 110111 |
Color Harmonies of #AD33E6
Complementary color
Monochromatic Colors of #AD33E6
Black with #AD33E6
Text Example
Text Example
White with #AD33E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33E6; }
p { color: rgb(173,51,230); }
H1.HeaderClassName
{
color: #AD33E6;
}
.AnyTagClassName
{
color: #AD33E6;
}
</style>
background-color css
<style>
a { background-color: #AD33E6; }
a { background-color: rgb(173,51,230); }
div.DivClassName
{
background-color: #AD33E6;
}
.BgClassName
{
background-color: #AD33E6;
}
</style>
border-color css
<style>
span { border-color: #AD33E6; }
span { border-color: rgb(173,51,230); }
td.TdClassName
{
border-color: #AD33E6;
}
.TagClassName
{
border-color: #AD33E6;
}
</style>