Shades of Dark Orchid #AD27E9
Tints of Dark Orchid #AD27E9
RGB
CMYK
RGB Variations
Color information
#AD27E9 (or 0xAD27E9) is known color: Dark Orchid. HEX triplet: AD, 27 and E9. RGB value is (173,39,233). Sum of RGB (Red+Green+Blue) = 173+39+233=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD27E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD27E9 is #52D816. Grayscale: #646464. Windows color (decimal): -5429271 or 15280045. OLE color: 15280045.
HSL color Cylindrical-coordinate representation of color #AD27E9: hue angle of 281.44º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD27E9 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 39 | 233 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.09 |
| HSL | 281.44º | 0.82% | 0.53% | - |
| HSV(B) | 281.44º | 0.83% | 0.91% | - |
| XYZ | 32.67 | 16.22 | 78.5 | - |
| YUV | 101.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 233 | 0.26 | 0.83 | 0 | 0.09 | 281.44 | 0.82 | 0.53 |
| Hex | AD | 27 | E9 | 1A | 53 | 0 | 9 | 119 | 52 | 35 |
| Octal | 255 | 47 | 351 | 32 | 123 | 0 | 11 | 431 | 122 | 65 |
| Binary | 10101101 | 100111 | 11101001 | 11010 | 1010011 | 0 | 1001 | 100011001 | 1010010 | 110101 |
Color Harmonies of #AD27E9
Complementary color
Monochromatic Colors of #AD27E9
Black with #AD27E9
Text Example
Text Example
White with #AD27E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27E9; }
p { color: rgb(173,39,233); }
H1.HeaderClassName
{
color: #AD27E9;
}
.AnyTagClassName
{
color: #AD27E9;
}
</style>
background-color css
<style>
a { background-color: #AD27E9; }
a { background-color: rgb(173,39,233); }
div.DivClassName
{
background-color: #AD27E9;
}
.BgClassName
{
background-color: #AD27E9;
}
</style>
border-color css
<style>
span { border-color: #AD27E9; }
span { border-color: rgb(173,39,233); }
td.TdClassName
{
border-color: #AD27E9;
}
.TagClassName
{
border-color: #AD27E9;
}
</style>