Shades of Dark Orchid #AD24DA
Tints of Dark Orchid #AD24DA
RGB
CMYK
RGB Variations
Color information
#AD24DA (or 0xAD24DA) is known color: Dark Orchid. HEX triplet: AD, 24 and DA. RGB value is (173,36,218). Sum of RGB (Red+Green+Blue) = 173+36+218=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD24DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24DA is #52DB25. Grayscale: #616161. Windows color (decimal): -5430054 or 14296237. OLE color: 14296237.
HSL color Cylindrical-coordinate representation of color #AD24DA: hue angle of 285.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD24DA is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 36 | 218 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.15 |
| HSL | 285.16º | 0.72% | 0.5% | - |
| HSV(B) | 285.16º | 0.83% | 0.85% | - |
| XYZ | 30.52 | 15.21 | 67.66 | - |
| YUV | 97.71 | 195.89 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 218 | 0.21 | 0.83 | 0 | 0.15 | 285.16 | 0.72 | 0.5 |
| Hex | AD | 24 | DA | 15 | 53 | 0 | F | 11D | 48 | 32 |
| Octal | 255 | 44 | 332 | 25 | 123 | 0 | 17 | 435 | 110 | 62 |
| Binary | 10101101 | 100100 | 11011010 | 10101 | 1010011 | 0 | 1111 | 100011101 | 1001000 | 110010 |
Color Harmonies of #AD24DA
Complementary color
Monochromatic Colors of #AD24DA
Black with #AD24DA
Text Example
Text Example
White with #AD24DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24DA; }
p { color: rgb(173,36,218); }
H1.HeaderClassName
{
color: #AD24DA;
}
.AnyTagClassName
{
color: #AD24DA;
}
</style>
background-color css
<style>
a { background-color: #AD24DA; }
a { background-color: rgb(173,36,218); }
div.DivClassName
{
background-color: #AD24DA;
}
.BgClassName
{
background-color: #AD24DA;
}
</style>
border-color css
<style>
span { border-color: #AD24DA; }
span { border-color: rgb(173,36,218); }
td.TdClassName
{
border-color: #AD24DA;
}
.TagClassName
{
border-color: #AD24DA;
}
</style>