Shades of Dark Orchid #AD24E5
Tints of Dark Orchid #AD24E5
RGB
CMYK
RGB Variations
Color information
#AD24E5 (or 0xAD24E5) is known color: Dark Orchid. HEX triplet: AD, 24 and E5. RGB value is (173,36,229). Sum of RGB (Red+Green+Blue) = 173+36+229=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD24E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24E5 is #52DB1A. Grayscale: #626262. Windows color (decimal): -5430043 or 15017133. OLE color: 15017133.
HSL color Cylindrical-coordinate representation of color #AD24E5: hue angle of 282.59º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD24E5 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 36 | 229 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.10 |
| HSL | 282.59º | 0.79% | 0.52% | - |
| HSV(B) | 282.59º | 0.84% | 0.9% | - |
| XYZ | 32.01 | 15.8 | 75.49 | - |
| YUV | 98.97 | 201.39 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 229 | 0.24 | 0.84 | 0 | 0.10 | 282.59 | 0.79 | 0.52 |
| Hex | AD | 24 | E5 | 18 | 54 | 0 | A | 11B | 4F | 34 |
| Octal | 255 | 44 | 345 | 30 | 124 | 0 | 12 | 433 | 117 | 64 |
| Binary | 10101101 | 100100 | 11100101 | 11000 | 1010100 | 0 | 1010 | 100011011 | 1001111 | 110100 |
Color Harmonies of #AD24E5
Complementary color
Monochromatic Colors of #AD24E5
Black with #AD24E5
Text Example
Text Example
White with #AD24E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24E5; }
p { color: rgb(173,36,229); }
H1.HeaderClassName
{
color: #AD24E5;
}
.AnyTagClassName
{
color: #AD24E5;
}
</style>
background-color css
<style>
a { background-color: #AD24E5; }
a { background-color: rgb(173,36,229); }
div.DivClassName
{
background-color: #AD24E5;
}
.BgClassName
{
background-color: #AD24E5;
}
</style>
border-color css
<style>
span { border-color: #AD24E5; }
span { border-color: rgb(173,36,229); }
td.TdClassName
{
border-color: #AD24E5;
}
.TagClassName
{
border-color: #AD24E5;
}
</style>