Shades of Dark Orchid #AD27CC
Tints of Dark Orchid #AD27CC
RGB
CMYK
RGB Variations
Color information
#AD27CC (or 0xAD27CC) is known color: Dark Orchid. HEX triplet: AD, 27 and CC. RGB value is (173,39,204). Sum of RGB (Red+Green+Blue) = 173+39+204=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD27CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27CC is #52D833. Grayscale: #616161. Windows color (decimal): -5429300 or 13379501. OLE color: 13379501.
HSL color Cylindrical-coordinate representation of color #AD27CC: hue angle of 288.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD27CC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 39 | 204 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.2 |
| HSL | 288.73º | 0.68% | 0.48% | - |
| HSV(B) | 288.73º | 0.81% | 0.8% | - |
| XYZ | 28.86 | 14.69 | 58.44 | - |
| YUV | 97.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 204 | 0.15 | 0.81 | 0 | 0.2 | 288.73 | 0.68 | 0.48 |
| Hex | AD | 27 | CC | F | 51 | 0 | 14 | 121 | 44 | 30 |
| Octal | 255 | 47 | 314 | 17 | 121 | 0 | 24 | 441 | 104 | 60 |
| Binary | 10101101 | 100111 | 11001100 | 1111 | 1010001 | 0 | 10100 | 100100001 | 1000100 | 110000 |
Color Harmonies of #AD27CC
Complementary color
Monochromatic Colors of #AD27CC
Black with #AD27CC
Text Example
Text Example
White with #AD27CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27CC; }
p { color: rgb(173,39,204); }
H1.HeaderClassName
{
color: #AD27CC;
}
.AnyTagClassName
{
color: #AD27CC;
}
</style>
background-color css
<style>
a { background-color: #AD27CC; }
a { background-color: rgb(173,39,204); }
div.DivClassName
{
background-color: #AD27CC;
}
.BgClassName
{
background-color: #AD27CC;
}
</style>
border-color css
<style>
span { border-color: #AD27CC; }
span { border-color: rgb(173,39,204); }
td.TdClassName
{
border-color: #AD27CC;
}
.TagClassName
{
border-color: #AD27CC;
}
</style>