Shades of Dark Orchid #AD33E3
Tints of Dark Orchid #AD33E3
RGB
CMYK
RGB Variations
Color information
#AD33E3 (or 0xAD33E3) is known color: Dark Orchid. HEX triplet: AD, 33 and E3. RGB value is (173,51,227). Sum of RGB (Red+Green+Blue) = 173+51+227=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 227 (89.06% from 255 or 50.33% from 451); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD33E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33E3 is #52CC1C. Grayscale: #6A6A6A. Windows color (decimal): -5426205 or 14889901. OLE color: 14889901.
HSL color Cylindrical-coordinate representation of color #AD33E3: hue angle of 281.59º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD33E3 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 51 | 227 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.11 |
| HSL | 281.59º | 0.76% | 0.55% | - |
| HSV(B) | 281.59º | 0.78% | 0.89% | - |
| XYZ | 32.28 | 16.8 | 74.21 | - |
| YUV | 107.54 | 195.42 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 227 | 0.24 | 0.78 | 0 | 0.11 | 281.59 | 0.76 | 0.55 |
| Hex | AD | 33 | E3 | 18 | 4E | 0 | B | 11A | 4C | 37 |
| Octal | 255 | 63 | 343 | 30 | 116 | 0 | 13 | 432 | 114 | 67 |
| Binary | 10101101 | 110011 | 11100011 | 11000 | 1001110 | 0 | 1011 | 100011010 | 1001100 | 110111 |
Color Harmonies of #AD33E3
Complementary color
Monochromatic Colors of #AD33E3
Black with #AD33E3
Text Example
Text Example
White with #AD33E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33E3; }
p { color: rgb(173,51,227); }
H1.HeaderClassName
{
color: #AD33E3;
}
.AnyTagClassName
{
color: #AD33E3;
}
</style>
background-color css
<style>
a { background-color: #AD33E3; }
a { background-color: rgb(173,51,227); }
div.DivClassName
{
background-color: #AD33E3;
}
.BgClassName
{
background-color: #AD33E3;
}
</style>
border-color css
<style>
span { border-color: #AD33E3; }
span { border-color: rgb(173,51,227); }
td.TdClassName
{
border-color: #AD33E3;
}
.TagClassName
{
border-color: #AD33E3;
}
</style>