Shades of Dark Orchid #AC21AB
Tints of Dark Orchid #AC21AB
RGB
CMYK
RGB Variations
Color information
#AC21AB (or 0xAC21AB) is known color: Dark Orchid. HEX triplet: AC, 21 and AB. RGB value is (172,33,171). Sum of RGB (Red+Green+Blue) = 172+33+171=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC21AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21AB is #53DE54. Grayscale: #595959. Windows color (decimal): -5496405 or 11215276. OLE color: 11215276.
HSL color Cylindrical-coordinate representation of color #AC21AB: hue angle of 300.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC21AB is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 171 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.33 |
| HSL | 300.43º | 0.68% | 0.4% | - |
| HSV(B) | 300.43º | 0.81% | 0.67% | - |
| XYZ | 24.91 | 12.8 | 39.69 | - |
| YUV | 90.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 171 | 0 | 0.81 | 0.01 | 0.33 | 300.43 | 0.68 | 0.4 |
| Hex | AC | 21 | AB | 0 | 51 | 1 | 21 | 12C | 44 | 28 |
| Octal | 254 | 41 | 253 | 0 | 121 | 1 | 41 | 454 | 104 | 50 |
| Binary | 10101100 | 100001 | 10101011 | 0 | 1010001 | 1 | 100001 | 100101100 | 1000100 | 101000 |
Color Harmonies of #AC21AB
Complementary color
Monochromatic Colors of #AC21AB
Black with #AC21AB
Text Example
Text Example
White with #AC21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21AB; }
p { color: rgb(172,33,171); }
H1.HeaderClassName
{
color: #AC21AB;
}
.AnyTagClassName
{
color: #AC21AB;
}
</style>
background-color css
<style>
a { background-color: #AC21AB; }
a { background-color: rgb(172,33,171); }
div.DivClassName
{
background-color: #AC21AB;
}
.BgClassName
{
background-color: #AC21AB;
}
</style>
border-color css
<style>
span { border-color: #AC21AB; }
span { border-color: rgb(172,33,171); }
td.TdClassName
{
border-color: #AC21AB;
}
.TagClassName
{
border-color: #AC21AB;
}
</style>