Shades of Dark Orchid #AC21E7
Tints of Dark Orchid #AC21E7
RGB
CMYK
RGB Variations
Color information
#AC21E7 (or 0xAC21E7) is known color: Dark Orchid. HEX triplet: AC, 21 and E7. RGB value is (172,33,231). Sum of RGB (Red+Green+Blue) = 172+33+231=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC21E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC21E7 is #53DE18. Grayscale: #606060. Windows color (decimal): -5496345 or 15147436. OLE color: 15147436.
HSL color Cylindrical-coordinate representation of color #AC21E7: hue angle of 282.12º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC21E7 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 33 | 231 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.09 |
| HSL | 282.12º | 0.8% | 0.52% | - |
| HSV(B) | 282.12º | 0.86% | 0.91% | - |
| XYZ | 31.98 | 15.63 | 76.93 | - |
| YUV | 97.13 | 203.55 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 231 | 0.26 | 0.86 | 0 | 0.09 | 282.12 | 0.8 | 0.52 |
| Hex | AC | 21 | E7 | 1A | 56 | 0 | 9 | 11A | 50 | 34 |
| Octal | 254 | 41 | 347 | 32 | 126 | 0 | 11 | 432 | 120 | 64 |
| Binary | 10101100 | 100001 | 11100111 | 11010 | 1010110 | 0 | 1001 | 100011010 | 1010000 | 110100 |
Color Harmonies of #AC21E7
Complementary color
Monochromatic Colors of #AC21E7
Black with #AC21E7
Text Example
Text Example
White with #AC21E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21E7; }
p { color: rgb(172,33,231); }
H1.HeaderClassName
{
color: #AC21E7;
}
.AnyTagClassName
{
color: #AC21E7;
}
</style>
background-color css
<style>
a { background-color: #AC21E7; }
a { background-color: rgb(172,33,231); }
div.DivClassName
{
background-color: #AC21E7;
}
.BgClassName
{
background-color: #AC21E7;
}
</style>
border-color css
<style>
span { border-color: #AC21E7; }
span { border-color: rgb(172,33,231); }
td.TdClassName
{
border-color: #AC21E7;
}
.TagClassName
{
border-color: #AC21E7;
}
</style>