Shades of Dark Orchid #AC21C7
Tints of Dark Orchid #AC21C7
RGB
CMYK
RGB Variations
Color information
#AC21C7 (or 0xAC21C7) is known color: Dark Orchid. HEX triplet: AC, 21 and C7. RGB value is (172,33,199). Sum of RGB (Red+Green+Blue) = 172+33+199=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC21C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21C7 is #53DE38. Grayscale: #5C5C5C. Windows color (decimal): -5496377 or 13050284. OLE color: 13050284.
HSL color Cylindrical-coordinate representation of color #AC21C7: hue angle of 290.24º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC21C7 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 33 | 199 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.22 |
| HSL | 290.24º | 0.72% | 0.45% | - |
| HSV(B) | 290.24º | 0.83% | 0.78% | - |
| XYZ | 27.87 | 13.98 | 55.26 | - |
| YUV | 93.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 199 | 0.14 | 0.83 | 0 | 0.22 | 290.24 | 0.72 | 0.45 |
| Hex | AC | 21 | C7 | E | 53 | 0 | 16 | 122 | 48 | 2D |
| Octal | 254 | 41 | 307 | 16 | 123 | 0 | 26 | 442 | 110 | 55 |
| Binary | 10101100 | 100001 | 11000111 | 1110 | 1010011 | 0 | 10110 | 100100010 | 1001000 | 101101 |
Color Harmonies of #AC21C7
Complementary color
Monochromatic Colors of #AC21C7
Black with #AC21C7
Text Example
Text Example
White with #AC21C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21C7; }
p { color: rgb(172,33,199); }
H1.HeaderClassName
{
color: #AC21C7;
}
.AnyTagClassName
{
color: #AC21C7;
}
</style>
background-color css
<style>
a { background-color: #AC21C7; }
a { background-color: rgb(172,33,199); }
div.DivClassName
{
background-color: #AC21C7;
}
.BgClassName
{
background-color: #AC21C7;
}
</style>
border-color css
<style>
span { border-color: #AC21C7; }
span { border-color: rgb(172,33,199); }
td.TdClassName
{
border-color: #AC21C7;
}
.TagClassName
{
border-color: #AC21C7;
}
</style>