Shades of Dark Orchid #AD27BC
Tints of Dark Orchid #AD27BC
RGB
CMYK
RGB Variations
Color information
#AD27BC (or 0xAD27BC) is known color: Dark Orchid. HEX triplet: AD, 27 and BC. RGB value is (173,39,188). Sum of RGB (Red+Green+Blue) = 173+39+188=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27BC is #52D843. Grayscale: #5F5F5F. Windows color (decimal): -5429316 or 12330925. OLE color: 12330925.
HSL color Cylindrical-coordinate representation of color #AD27BC: hue angle of 293.96º 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 #AD27BC is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 39 | 188 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.26 |
| HSL | 293.96º | 0.66% | 0.45% | - |
| HSV(B) | 293.96º | 0.79% | 0.74% | - |
| XYZ | 27.04 | 13.97 | 48.85 | - |
| YUV | 96.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 188 | 0.08 | 0.79 | 0 | 0.26 | 293.96 | 0.66 | 0.45 |
| Hex | AD | 27 | BC | 8 | 4F | 0 | 1A | 126 | 42 | 2D |
| Octal | 255 | 47 | 274 | 10 | 117 | 0 | 32 | 446 | 102 | 55 |
| Binary | 10101101 | 100111 | 10111100 | 1000 | 1001111 | 0 | 11010 | 100100110 | 1000010 | 101101 |
Color Harmonies of #AD27BC
Complementary color
Monochromatic Colors of #AD27BC
Black with #AD27BC
Text Example
Text Example
White with #AD27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27BC; }
p { color: rgb(173,39,188); }
H1.HeaderClassName
{
color: #AD27BC;
}
.AnyTagClassName
{
color: #AD27BC;
}
</style>
background-color css
<style>
a { background-color: #AD27BC; }
a { background-color: rgb(173,39,188); }
div.DivClassName
{
background-color: #AD27BC;
}
.BgClassName
{
background-color: #AD27BC;
}
</style>
border-color css
<style>
span { border-color: #AD27BC; }
span { border-color: rgb(173,39,188); }
td.TdClassName
{
border-color: #AD27BC;
}
.TagClassName
{
border-color: #AD27BC;
}
</style>