Shades of Dark Orchid #AD33ED
Tints of Dark Orchid #AD33ED
RGB
CMYK
RGB Variations
Color information
#AD33ED (or 0xAD33ED) is known color: Dark Orchid. HEX triplet: AD, 33 and ED. RGB value is (173,51,237). Sum of RGB (Red+Green+Blue) = 173+51+237=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD33ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33ED is #52CC12. Grayscale: #6C6C6C. Windows color (decimal): -5426195 or 15545261. OLE color: 15545261.
HSL color Cylindrical-coordinate representation of color #AD33ED: hue angle of 279.35º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD33ED is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 51 | 237 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.07 |
| HSL | 279.35º | 0.84% | 0.56% | - |
| HSV(B) | 279.35º | 0.78% | 0.93% | - |
| XYZ | 33.7 | 17.37 | 81.7 | - |
| YUV | 108.68 | 200.42 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 237 | 0.27 | 0.78 | 0 | 0.07 | 279.35 | 0.84 | 0.56 |
| Hex | AD | 33 | ED | 1B | 4E | 0 | 7 | 117 | 54 | 38 |
| Octal | 255 | 63 | 355 | 33 | 116 | 0 | 7 | 427 | 124 | 70 |
| Binary | 10101101 | 110011 | 11101101 | 11011 | 1001110 | 0 | 111 | 100010111 | 1010100 | 111000 |
Color Harmonies of #AD33ED
Complementary color
Monochromatic Colors of #AD33ED
Black with #AD33ED
Text Example
Text Example
White with #AD33ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33ED; }
p { color: rgb(173,51,237); }
H1.HeaderClassName
{
color: #AD33ED;
}
.AnyTagClassName
{
color: #AD33ED;
}
</style>
background-color css
<style>
a { background-color: #AD33ED; }
a { background-color: rgb(173,51,237); }
div.DivClassName
{
background-color: #AD33ED;
}
.BgClassName
{
background-color: #AD33ED;
}
</style>
border-color css
<style>
span { border-color: #AD33ED; }
span { border-color: rgb(173,51,237); }
td.TdClassName
{
border-color: #AD33ED;
}
.TagClassName
{
border-color: #AD33ED;
}
</style>