Shades of Dark Orchid #AD27E7
Tints of Dark Orchid #AD27E7
RGB
CMYK
RGB Variations
Color information
#AD27E7 (or 0xAD27E7) is known color: Dark Orchid. HEX triplet: AD, 27 and E7. RGB value is (173,39,231). Sum of RGB (Red+Green+Blue) = 173+39+231=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 231 (90.62% from 255 or 52.14% from 443); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD27E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD27E7 is #52D818. Grayscale: #646464. Windows color (decimal): -5429273 or 15148973. OLE color: 15148973.
HSL color Cylindrical-coordinate representation of color #AD27E7: hue angle of 281.88º degrees, saturation: 0.8, 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 #AD27E7 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 39 | 231 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.09 |
| HSL | 281.88º | 0.8% | 0.53% | - |
| HSV(B) | 281.88º | 0.83% | 0.91% | - |
| XYZ | 32.38 | 16.1 | 77 | - |
| YUV | 100.95 | 201.39 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 231 | 0.25 | 0.83 | 0 | 0.09 | 281.88 | 0.8 | 0.53 |
| Hex | AD | 27 | E7 | 19 | 53 | 0 | 9 | 11A | 50 | 35 |
| Octal | 255 | 47 | 347 | 31 | 123 | 0 | 11 | 432 | 120 | 65 |
| Binary | 10101101 | 100111 | 11100111 | 11001 | 1010011 | 0 | 1001 | 100011010 | 1010000 | 110101 |
Color Harmonies of #AD27E7
Complementary color
Monochromatic Colors of #AD27E7
Black with #AD27E7
Text Example
Text Example
White with #AD27E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27E7; }
p { color: rgb(173,39,231); }
H1.HeaderClassName
{
color: #AD27E7;
}
.AnyTagClassName
{
color: #AD27E7;
}
</style>
background-color css
<style>
a { background-color: #AD27E7; }
a { background-color: rgb(173,39,231); }
div.DivClassName
{
background-color: #AD27E7;
}
.BgClassName
{
background-color: #AD27E7;
}
</style>
border-color css
<style>
span { border-color: #AD27E7; }
span { border-color: rgb(173,39,231); }
td.TdClassName
{
border-color: #AD27E7;
}
.TagClassName
{
border-color: #AD27E7;
}
</style>