Shades of Dark Orchid #AD27BA
Tints of Dark Orchid #AD27BA
RGB
CMYK
RGB Variations
Color information
#AD27BA (or 0xAD27BA) is known color: Dark Orchid. HEX triplet: AD, 27 and BA. RGB value is (173,39,186). Sum of RGB (Red+Green+Blue) = 173+39+186=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD27BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27BA is #52D845. Grayscale: #5F5F5F. Windows color (decimal): -5429318 or 12199853. OLE color: 12199853.
HSL color Cylindrical-coordinate representation of color #AD27BA: hue angle of 294.69º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD27BA is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 39 | 186 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.27 |
| HSL | 294.69º | 0.65% | 0.44% | - |
| HSV(B) | 294.69º | 0.79% | 0.73% | - |
| XYZ | 26.82 | 13.88 | 47.72 | - |
| YUV | 95.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 186 | 0.07 | 0.79 | 0 | 0.27 | 294.69 | 0.65 | 0.44 |
| Hex | AD | 27 | BA | 7 | 4F | 0 | 1B | 127 | 41 | 2C |
| Octal | 255 | 47 | 272 | 7 | 117 | 0 | 33 | 447 | 101 | 54 |
| Binary | 10101101 | 100111 | 10111010 | 111 | 1001111 | 0 | 11011 | 100100111 | 1000001 | 101100 |
Color Harmonies of #AD27BA
Complementary color
Monochromatic Colors of #AD27BA
Black with #AD27BA
Text Example
Text Example
White with #AD27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27BA; }
p { color: rgb(173,39,186); }
H1.HeaderClassName
{
color: #AD27BA;
}
.AnyTagClassName
{
color: #AD27BA;
}
</style>
background-color css
<style>
a { background-color: #AD27BA; }
a { background-color: rgb(173,39,186); }
div.DivClassName
{
background-color: #AD27BA;
}
.BgClassName
{
background-color: #AD27BA;
}
</style>
border-color css
<style>
span { border-color: #AD27BA; }
span { border-color: rgb(173,39,186); }
td.TdClassName
{
border-color: #AD27BA;
}
.TagClassName
{
border-color: #AD27BA;
}
</style>