Shades of Dark Orchid #AD23AA
Tints of Dark Orchid #AD23AA
RGB
CMYK
RGB Variations
Color information
#AD23AA (or 0xAD23AA) is known color: Dark Orchid. HEX triplet: AD, 23 and AA. RGB value is (173,35,170). Sum of RGB (Red+Green+Blue) = 173+35+170=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD23AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD23AA is #52DC55. Grayscale: #5B5B5B. Windows color (decimal): -5430358 or 11150253. OLE color: 11150253.
HSL color Cylindrical-coordinate representation of color #AD23AA: hue angle of 301.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD23AA is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 170 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.32 |
| HSL | 301.3º | 0.66% | 0.41% | - |
| HSV(B) | 301.3º | 0.8% | 0.68% | - |
| XYZ | 25.09 | 12.99 | 39.21 | - |
| YUV | 91.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 170 | 0 | 0.80 | 0.02 | 0.32 | 301.3 | 0.66 | 0.41 |
| Hex | AD | 23 | AA | 0 | 50 | 2 | 20 | 12D | 42 | 29 |
| Octal | 255 | 43 | 252 | 0 | 120 | 2 | 40 | 455 | 102 | 51 |
| Binary | 10101101 | 100011 | 10101010 | 0 | 1010000 | 10 | 100000 | 100101101 | 1000010 | 101001 |
Color Harmonies of #AD23AA
Complementary color
Monochromatic Colors of #AD23AA
Black with #AD23AA
Text Example
Text Example
White with #AD23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23AA; }
p { color: rgb(173,35,170); }
H1.HeaderClassName
{
color: #AD23AA;
}
.AnyTagClassName
{
color: #AD23AA;
}
</style>
background-color css
<style>
a { background-color: #AD23AA; }
a { background-color: rgb(173,35,170); }
div.DivClassName
{
background-color: #AD23AA;
}
.BgClassName
{
background-color: #AD23AA;
}
</style>
border-color css
<style>
span { border-color: #AD23AA; }
span { border-color: rgb(173,35,170); }
td.TdClassName
{
border-color: #AD23AA;
}
.TagClassName
{
border-color: #AD23AA;
}
</style>