Shades of Dark Orchid #AC21C1
Tints of Dark Orchid #AC21C1
RGB
CMYK
RGB Variations
Color information
#AC21C1 (or 0xAC21C1) is known color: Dark Orchid. HEX triplet: AC, 21 and C1. RGB value is (172,33,193). Sum of RGB (Red+Green+Blue) = 172+33+193=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC21C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21C1 is #53DE3E. Grayscale: #5C5C5C. Windows color (decimal): -5496383 or 12657068. OLE color: 12657068.
HSL color Cylindrical-coordinate representation of color #AC21C1: hue angle of 292.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC21C1 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 33 | 193 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.24 |
| HSL | 292.13º | 0.71% | 0.44% | - |
| HSV(B) | 292.13º | 0.83% | 0.76% | - |
| XYZ | 27.18 | 13.71 | 51.67 | - |
| YUV | 92.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 193 | 0.11 | 0.83 | 0 | 0.24 | 292.13 | 0.71 | 0.44 |
| Hex | AC | 21 | C1 | B | 53 | 0 | 18 | 124 | 47 | 2C |
| Octal | 254 | 41 | 301 | 13 | 123 | 0 | 30 | 444 | 107 | 54 |
| Binary | 10101100 | 100001 | 11000001 | 1011 | 1010011 | 0 | 11000 | 100100100 | 1000111 | 101100 |
Color Harmonies of #AC21C1
Complementary color
Monochromatic Colors of #AC21C1
Black with #AC21C1
Text Example
Text Example
White with #AC21C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21C1; }
p { color: rgb(172,33,193); }
H1.HeaderClassName
{
color: #AC21C1;
}
.AnyTagClassName
{
color: #AC21C1;
}
</style>
background-color css
<style>
a { background-color: #AC21C1; }
a { background-color: rgb(172,33,193); }
div.DivClassName
{
background-color: #AC21C1;
}
.BgClassName
{
background-color: #AC21C1;
}
</style>
border-color css
<style>
span { border-color: #AC21C1; }
span { border-color: rgb(172,33,193); }
td.TdClassName
{
border-color: #AC21C1;
}
.TagClassName
{
border-color: #AC21C1;
}
</style>