Shades of Dark Orchid #AD24CC
Tints of Dark Orchid #AD24CC
RGB
CMYK
RGB Variations
Color information
#AD24CC (or 0xAD24CC) is known color: Dark Orchid. HEX triplet: AD, 24 and CC. RGB value is (173,36,204). Sum of RGB (Red+Green+Blue) = 173+36+204=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD24CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24CC is #52DB33. Grayscale: #5F5F5F. Windows color (decimal): -5430068 or 13378733. OLE color: 13378733.
HSL color Cylindrical-coordinate representation of color #AD24CC: hue angle of 288.93º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD24CC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 36 | 204 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.2 |
| HSL | 288.93º | 0.7% | 0.47% | - |
| HSV(B) | 288.93º | 0.82% | 0.8% | - |
| XYZ | 28.76 | 14.51 | 58.41 | - |
| YUV | 96.12 | 188.89 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 204 | 0.15 | 0.82 | 0 | 0.2 | 288.93 | 0.7 | 0.47 |
| Hex | AD | 24 | CC | F | 52 | 0 | 14 | 121 | 46 | 2F |
| Octal | 255 | 44 | 314 | 17 | 122 | 0 | 24 | 441 | 106 | 57 |
| Binary | 10101101 | 100100 | 11001100 | 1111 | 1010010 | 0 | 10100 | 100100001 | 1000110 | 101111 |
Color Harmonies of #AD24CC
Complementary color
Monochromatic Colors of #AD24CC
Black with #AD24CC
Text Example
Text Example
White with #AD24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24CC; }
p { color: rgb(173,36,204); }
H1.HeaderClassName
{
color: #AD24CC;
}
.AnyTagClassName
{
color: #AD24CC;
}
</style>
background-color css
<style>
a { background-color: #AD24CC; }
a { background-color: rgb(173,36,204); }
div.DivClassName
{
background-color: #AD24CC;
}
.BgClassName
{
background-color: #AD24CC;
}
</style>
border-color css
<style>
span { border-color: #AD24CC; }
span { border-color: rgb(173,36,204); }
td.TdClassName
{
border-color: #AD24CC;
}
.TagClassName
{
border-color: #AD24CC;
}
</style>