Shades of Dark Orchid #AC21E6
Tints of Dark Orchid #AC21E6
RGB
CMYK
RGB Variations
Color information
#AC21E6 (or 0xAC21E6) is known color: Dark Orchid. HEX triplet: AC, 21 and E6. RGB value is (172,33,230). Sum of RGB (Red+Green+Blue) = 172+33+230=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC21E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC21E6 is #53DE19. Grayscale: #606060. Windows color (decimal): -5496346 or 15081900. OLE color: 15081900.
HSL color Cylindrical-coordinate representation of color #AC21E6: hue angle of 282.34º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC21E6 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 33 | 230 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.10 |
| HSL | 282.34º | 0.8% | 0.52% | - |
| HSV(B) | 282.34º | 0.86% | 0.9% | - |
| XYZ | 31.84 | 15.57 | 76.19 | - |
| YUV | 97.02 | 203.05 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 230 | 0.25 | 0.86 | 0 | 0.10 | 282.34 | 0.8 | 0.52 |
| Hex | AC | 21 | E6 | 19 | 56 | 0 | A | 11A | 50 | 34 |
| Octal | 254 | 41 | 346 | 31 | 126 | 0 | 12 | 432 | 120 | 64 |
| Binary | 10101100 | 100001 | 11100110 | 11001 | 1010110 | 0 | 1010 | 100011010 | 1010000 | 110100 |
Color Harmonies of #AC21E6
Complementary color
Monochromatic Colors of #AC21E6
Black with #AC21E6
Text Example
Text Example
White with #AC21E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21E6; }
p { color: rgb(172,33,230); }
H1.HeaderClassName
{
color: #AC21E6;
}
.AnyTagClassName
{
color: #AC21E6;
}
</style>
background-color css
<style>
a { background-color: #AC21E6; }
a { background-color: rgb(172,33,230); }
div.DivClassName
{
background-color: #AC21E6;
}
.BgClassName
{
background-color: #AC21E6;
}
</style>
border-color css
<style>
span { border-color: #AC21E6; }
span { border-color: rgb(172,33,230); }
td.TdClassName
{
border-color: #AC21E6;
}
.TagClassName
{
border-color: #AC21E6;
}
</style>