Shades of Dark Orchid #AC24D5
Tints of Dark Orchid #AC24D5
RGB
CMYK
RGB Variations
Color information
#AC24D5 (or 0xAC24D5) is known color: Dark Orchid. HEX triplet: AC, 24 and D5. RGB value is (172,36,213). Sum of RGB (Red+Green+Blue) = 172+36+213=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC24D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24D5 is #53DB2A. Grayscale: #606060. Windows color (decimal): -5495595 or 13968556. OLE color: 13968556.
HSL color Cylindrical-coordinate representation of color #AC24D5: hue angle of 286.1º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC24D5 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 36 | 213 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.16 |
| HSL | 286.1º | 0.71% | 0.49% | - |
| HSV(B) | 286.1º | 0.83% | 0.84% | - |
| XYZ | 29.65 | 14.84 | 64.25 | - |
| YUV | 96.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 213 | 0.19 | 0.83 | 0 | 0.16 | 286.1 | 0.71 | 0.49 |
| Hex | AC | 24 | D5 | 13 | 53 | 0 | 10 | 11E | 47 | 31 |
| Octal | 254 | 44 | 325 | 23 | 123 | 0 | 20 | 436 | 107 | 61 |
| Binary | 10101100 | 100100 | 11010101 | 10011 | 1010011 | 0 | 10000 | 100011110 | 1000111 | 110001 |
Color Harmonies of #AC24D5
Complementary color
Monochromatic Colors of #AC24D5
Black with #AC24D5
Text Example
Text Example
White with #AC24D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC24D5; }
p { color: rgb(172,36,213); }
H1.HeaderClassName
{
color: #AC24D5;
}
.AnyTagClassName
{
color: #AC24D5;
}
</style>
background-color css
<style>
a { background-color: #AC24D5; }
a { background-color: rgb(172,36,213); }
div.DivClassName
{
background-color: #AC24D5;
}
.BgClassName
{
background-color: #AC24D5;
}
</style>
border-color css
<style>
span { border-color: #AC24D5; }
span { border-color: rgb(172,36,213); }
td.TdClassName
{
border-color: #AC24D5;
}
.TagClassName
{
border-color: #AC24D5;
}
</style>