Shades of Dark Orchid #AD27B0
Tints of Dark Orchid #AD27B0
RGB
CMYK
RGB Variations
Color information
#AD27B0 (or 0xAD27B0) is known color: Dark Orchid. HEX triplet: AD, 27 and B0. RGB value is (173,39,176). Sum of RGB (Red+Green+Blue) = 173+39+176=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD27B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD27B0 is #52D84F. Grayscale: #5E5E5E. Windows color (decimal): -5429328 or 11544493. OLE color: 11544493.
HSL color Cylindrical-coordinate representation of color #AD27B0: hue angle of 298.69º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD27B0 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 39 | 176 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.31 |
| HSL | 298.69º | 0.64% | 0.42% | - |
| HSV(B) | 298.69º | 0.78% | 0.69% | - |
| XYZ | 25.8 | 13.47 | 42.31 | - |
| YUV | 94.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 176 | 0.02 | 0.78 | 0 | 0.31 | 298.69 | 0.64 | 0.42 |
| Hex | AD | 27 | B0 | 2 | 4E | 0 | 1F | 12B | 40 | 2A |
| Octal | 255 | 47 | 260 | 2 | 116 | 0 | 37 | 453 | 100 | 52 |
| Binary | 10101101 | 100111 | 10110000 | 10 | 1001110 | 0 | 11111 | 100101011 | 1000000 | 101010 |
Color Harmonies of #AD27B0
Complementary color
Monochromatic Colors of #AD27B0
Black with #AD27B0
Text Example
Text Example
White with #AD27B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27B0; }
p { color: rgb(173,39,176); }
H1.HeaderClassName
{
color: #AD27B0;
}
.AnyTagClassName
{
color: #AD27B0;
}
</style>
background-color css
<style>
a { background-color: #AD27B0; }
a { background-color: rgb(173,39,176); }
div.DivClassName
{
background-color: #AD27B0;
}
.BgClassName
{
background-color: #AD27B0;
}
</style>
border-color css
<style>
span { border-color: #AD27B0; }
span { border-color: rgb(173,39,176); }
td.TdClassName
{
border-color: #AD27B0;
}
.TagClassName
{
border-color: #AD27B0;
}
</style>