Shades of Dark Orchid #AD28AE
Tints of Dark Orchid #AD28AE
RGB
CMYK
RGB Variations
Color information
#AD28AE (or 0xAD28AE) is known color: Dark Orchid. HEX triplet: AD, 28 and AE. RGB value is (173,40,174). Sum of RGB (Red+Green+Blue) = 173+40+174=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD28AE is #52D751. Grayscale: #5E5E5E. Windows color (decimal): -5429074 or 11413677. OLE color: 11413677.
HSL color Cylindrical-coordinate representation of color #AD28AE: hue angle of 299.55º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD28AE is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 174 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.32 |
| HSL | 299.55º | 0.63% | 0.42% | - |
| HSV(B) | 299.55º | 0.77% | 0.68% | - |
| XYZ | 25.63 | 13.46 | 41.29 | - |
| YUV | 95.04 | 172.56 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 174 | 0.01 | 0.77 | 0 | 0.32 | 299.55 | 0.63 | 0.42 |
| Hex | AD | 28 | AE | 1 | 4D | 0 | 20 | 12C | 3F | 2A |
| Octal | 255 | 50 | 256 | 1 | 115 | 0 | 40 | 454 | 77 | 52 |
| Binary | 10101101 | 101000 | 10101110 | 1 | 1001101 | 0 | 100000 | 100101100 | 111111 | 101010 |
Color Harmonies of #AD28AE
Complementary color
Monochromatic Colors of #AD28AE
Black with #AD28AE
Text Example
Text Example
White with #AD28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28AE; }
p { color: rgb(173,40,174); }
H1.HeaderClassName
{
color: #AD28AE;
}
.AnyTagClassName
{
color: #AD28AE;
}
</style>
background-color css
<style>
a { background-color: #AD28AE; }
a { background-color: rgb(173,40,174); }
div.DivClassName
{
background-color: #AD28AE;
}
.BgClassName
{
background-color: #AD28AE;
}
</style>
border-color css
<style>
span { border-color: #AD28AE; }
span { border-color: rgb(173,40,174); }
td.TdClassName
{
border-color: #AD28AE;
}
.TagClassName
{
border-color: #AD28AE;
}
</style>