Shades of Dark Orchid #AD27BD
Tints of Dark Orchid #AD27BD
RGB
CMYK
RGB Variations
Color information
#AD27BD (or 0xAD27BD) is known color: Dark Orchid. HEX triplet: AD, 27 and BD. RGB value is (173,39,189). Sum of RGB (Red+Green+Blue) = 173+39+189=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD27BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27BD is #52D842. Grayscale: #5F5F5F. Windows color (decimal): -5429315 or 12396461. OLE color: 12396461.
HSL color Cylindrical-coordinate representation of color #AD27BD: hue angle of 293.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD27BD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 39 | 189 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.26 |
| HSL | 293.6º | 0.66% | 0.45% | - |
| HSV(B) | 293.6º | 0.79% | 0.74% | - |
| XYZ | 27.14 | 14.01 | 49.42 | - |
| YUV | 96.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 189 | 0.08 | 0.79 | 0 | 0.26 | 293.6 | 0.66 | 0.45 |
| Hex | AD | 27 | BD | 8 | 4F | 0 | 1A | 126 | 42 | 2D |
| Octal | 255 | 47 | 275 | 10 | 117 | 0 | 32 | 446 | 102 | 55 |
| Binary | 10101101 | 100111 | 10111101 | 1000 | 1001111 | 0 | 11010 | 100100110 | 1000010 | 101101 |
Color Harmonies of #AD27BD
Complementary color
Monochromatic Colors of #AD27BD
Black with #AD27BD
Text Example
Text Example
White with #AD27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27BD; }
p { color: rgb(173,39,189); }
H1.HeaderClassName
{
color: #AD27BD;
}
.AnyTagClassName
{
color: #AD27BD;
}
</style>
background-color css
<style>
a { background-color: #AD27BD; }
a { background-color: rgb(173,39,189); }
div.DivClassName
{
background-color: #AD27BD;
}
.BgClassName
{
background-color: #AD27BD;
}
</style>
border-color css
<style>
span { border-color: #AD27BD; }
span { border-color: rgb(173,39,189); }
td.TdClassName
{
border-color: #AD27BD;
}
.TagClassName
{
border-color: #AD27BD;
}
</style>