Shades of Dark Orchid #AD23CA
Tints of Dark Orchid #AD23CA
RGB
CMYK
RGB Variations
Color information
#AD23CA (or 0xAD23CA) is known color: Dark Orchid. HEX triplet: AD, 23 and CA. RGB value is (173,35,202). Sum of RGB (Red+Green+Blue) = 173+35+202=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD23CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23CA is #52DC35. Grayscale: #5E5E5E. Windows color (decimal): -5430326 or 13247405. OLE color: 13247405.
HSL color Cylindrical-coordinate representation of color #AD23CA: hue angle of 289.58º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD23CA is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 35 | 202 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.21 |
| HSL | 289.58º | 0.7% | 0.46% | - |
| HSV(B) | 289.58º | 0.83% | 0.79% | - |
| XYZ | 28.5 | 14.35 | 57.15 | - |
| YUV | 95.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 202 | 0.14 | 0.83 | 0 | 0.21 | 289.58 | 0.7 | 0.46 |
| Hex | AD | 23 | CA | E | 53 | 0 | 15 | 122 | 46 | 2E |
| Octal | 255 | 43 | 312 | 16 | 123 | 0 | 25 | 442 | 106 | 56 |
| Binary | 10101101 | 100011 | 11001010 | 1110 | 1010011 | 0 | 10101 | 100100010 | 1000110 | 101110 |
Color Harmonies of #AD23CA
Complementary color
Monochromatic Colors of #AD23CA
Black with #AD23CA
Text Example
Text Example
White with #AD23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23CA; }
p { color: rgb(173,35,202); }
H1.HeaderClassName
{
color: #AD23CA;
}
.AnyTagClassName
{
color: #AD23CA;
}
</style>
background-color css
<style>
a { background-color: #AD23CA; }
a { background-color: rgb(173,35,202); }
div.DivClassName
{
background-color: #AD23CA;
}
.BgClassName
{
background-color: #AD23CA;
}
</style>
border-color css
<style>
span { border-color: #AD23CA; }
span { border-color: rgb(173,35,202); }
td.TdClassName
{
border-color: #AD23CA;
}
.TagClassName
{
border-color: #AD23CA;
}
</style>