Shades of Dark Orchid #AD27AF
Tints of Dark Orchid #AD27AF
RGB
CMYK
RGB Variations
Color information
#AD27AF (or 0xAD27AF) is known color: Dark Orchid. HEX triplet: AD, 27 and AF. RGB value is (173,39,175). Sum of RGB (Red+Green+Blue) = 173+39+175=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD27AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD27AF is #52D850. Grayscale: #5E5E5E. Windows color (decimal): -5429329 or 11478957. OLE color: 11478957.
HSL color Cylindrical-coordinate representation of color #AD27AF: hue angle of 299.12º 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 #AD27AF is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 39 | 175 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.31 |
| HSL | 299.12º | 0.64% | 0.42% | - |
| HSV(B) | 299.12º | 0.78% | 0.69% | - |
| XYZ | 25.7 | 13.43 | 41.8 | - |
| YUV | 94.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 175 | 0.01 | 0.78 | 0 | 0.31 | 299.12 | 0.64 | 0.42 |
| Hex | AD | 27 | AF | 1 | 4E | 0 | 1F | 12B | 40 | 2A |
| Octal | 255 | 47 | 257 | 1 | 116 | 0 | 37 | 453 | 100 | 52 |
| Binary | 10101101 | 100111 | 10101111 | 1 | 1001110 | 0 | 11111 | 100101011 | 1000000 | 101010 |
Color Harmonies of #AD27AF
Complementary color
Monochromatic Colors of #AD27AF
Black with #AD27AF
Text Example
Text Example
White with #AD27AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27AF; }
p { color: rgb(173,39,175); }
H1.HeaderClassName
{
color: #AD27AF;
}
.AnyTagClassName
{
color: #AD27AF;
}
</style>
background-color css
<style>
a { background-color: #AD27AF; }
a { background-color: rgb(173,39,175); }
div.DivClassName
{
background-color: #AD27AF;
}
.BgClassName
{
background-color: #AD27AF;
}
</style>
border-color css
<style>
span { border-color: #AD27AF; }
span { border-color: rgb(173,39,175); }
td.TdClassName
{
border-color: #AD27AF;
}
.TagClassName
{
border-color: #AD27AF;
}
</style>