Shades of Dark Orchid #AC21C5
Tints of Dark Orchid #AC21C5
RGB
CMYK
RGB Variations
Color information
#AC21C5 (or 0xAC21C5) is known color: Dark Orchid. HEX triplet: AC, 21 and C5. RGB value is (172,33,197). Sum of RGB (Red+Green+Blue) = 172+33+197=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC21C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21C5 is #53DE3A. Grayscale: #5C5C5C. Windows color (decimal): -5496379 or 12919212. OLE color: 12919212.
HSL color Cylindrical-coordinate representation of color #AC21C5: hue angle of 290.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC21C5 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 33 | 197 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.23 |
| HSL | 290.85º | 0.71% | 0.45% | - |
| HSV(B) | 290.85º | 0.83% | 0.77% | - |
| XYZ | 27.64 | 13.89 | 54.05 | - |
| YUV | 93.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 197 | 0.13 | 0.83 | 0 | 0.23 | 290.85 | 0.71 | 0.45 |
| Hex | AC | 21 | C5 | D | 53 | 0 | 17 | 123 | 47 | 2D |
| Octal | 254 | 41 | 305 | 15 | 123 | 0 | 27 | 443 | 107 | 55 |
| Binary | 10101100 | 100001 | 11000101 | 1101 | 1010011 | 0 | 10111 | 100100011 | 1000111 | 101101 |
Color Harmonies of #AC21C5
Complementary color
Monochromatic Colors of #AC21C5
Black with #AC21C5
Text Example
Text Example
White with #AC21C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21C5; }
p { color: rgb(172,33,197); }
H1.HeaderClassName
{
color: #AC21C5;
}
.AnyTagClassName
{
color: #AC21C5;
}
</style>
background-color css
<style>
a { background-color: #AC21C5; }
a { background-color: rgb(172,33,197); }
div.DivClassName
{
background-color: #AC21C5;
}
.BgClassName
{
background-color: #AC21C5;
}
</style>
border-color css
<style>
span { border-color: #AC21C5; }
span { border-color: rgb(172,33,197); }
td.TdClassName
{
border-color: #AC21C5;
}
.TagClassName
{
border-color: #AC21C5;
}
</style>