Shades of Dark Orchid #AD23AD
Tints of Dark Orchid #AD23AD
RGB
CMYK
RGB Variations
Color information
#AD23AD (or 0xAD23AD) is known color: Dark Orchid. HEX triplet: AD, 23 and AD. RGB value is (173,35,173). Sum of RGB (Red+Green+Blue) = 173+35+173=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD23AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD23AD is #52DC52. Grayscale: #5B5B5B. Windows color (decimal): -5430355 or 11346861. OLE color: 11346861.
HSL color Cylindrical-coordinate representation of color #AD23AD: hue angle of 300º 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 #AD23AD is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 173 | - |
| CMYK | 0 | 0.80 | 0 | 0.32 |
| HSL | 300º | 0.66% | 0.41% | - |
| HSV(B) | 300º | 0.8% | 0.68% | - |
| XYZ | 25.38 | 13.1 | 40.73 | - |
| YUV | 91.99 | 173.72 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 173 | 0 | 0.80 | 0 | 0.32 | 300 | 0.66 | 0.41 |
| Hex | AD | 23 | AD | 0 | 50 | 0 | 20 | 12C | 42 | 29 |
| Octal | 255 | 43 | 255 | 0 | 120 | 0 | 40 | 454 | 102 | 51 |
| Binary | 10101101 | 100011 | 10101101 | 0 | 1010000 | 0 | 100000 | 100101100 | 1000010 | 101001 |
Color Harmonies of #AD23AD
Complementary color
Monochromatic Colors of #AD23AD
Black with #AD23AD
Text Example
Text Example
White with #AD23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23AD; }
p { color: rgb(173,35,173); }
H1.HeaderClassName
{
color: #AD23AD;
}
.AnyTagClassName
{
color: #AD23AD;
}
</style>
background-color css
<style>
a { background-color: #AD23AD; }
a { background-color: rgb(173,35,173); }
div.DivClassName
{
background-color: #AD23AD;
}
.BgClassName
{
background-color: #AD23AD;
}
</style>
border-color css
<style>
span { border-color: #AD23AD; }
span { border-color: rgb(173,35,173); }
td.TdClassName
{
border-color: #AD23AD;
}
.TagClassName
{
border-color: #AD23AD;
}
</style>