Shades of Dark Orchid #AC2AAB
Tints of Dark Orchid #AC2AAB
RGB
CMYK
RGB Variations
Color information
#AC2AAB (or 0xAC2AAB) is known color: Dark Orchid. HEX triplet: AC, 2A and AB. RGB value is (172,42,171). Sum of RGB (Red+Green+Blue) = 172+42+171=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2AAB is #53D554. Grayscale: #5F5F5F. Windows color (decimal): -5494101 or 11217580. OLE color: 11217580.
HSL color Cylindrical-coordinate representation of color #AC2AAB: hue angle of 300.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2AAB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 171 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.33 |
| HSL | 300.46º | 0.61% | 0.42% | - |
| HSV(B) | 300.46º | 0.76% | 0.67% | - |
| XYZ | 25.19 | 13.37 | 39.78 | - |
| YUV | 95.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 171 | 0 | 0.76 | 0.01 | 0.33 | 300.46 | 0.61 | 0.42 |
| Hex | AC | 2A | AB | 0 | 4C | 1 | 21 | 12C | 3D | 2A |
| Octal | 254 | 52 | 253 | 0 | 114 | 1 | 41 | 454 | 75 | 52 |
| Binary | 10101100 | 101010 | 10101011 | 0 | 1001100 | 1 | 100001 | 100101100 | 111101 | 101010 |
Color Harmonies of #AC2AAB
Complementary color
Monochromatic Colors of #AC2AAB
Black with #AC2AAB
Text Example
Text Example
White with #AC2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2AAB; }
p { color: rgb(172,42,171); }
H1.HeaderClassName
{
color: #AC2AAB;
}
.AnyTagClassName
{
color: #AC2AAB;
}
</style>
background-color css
<style>
a { background-color: #AC2AAB; }
a { background-color: rgb(172,42,171); }
div.DivClassName
{
background-color: #AC2AAB;
}
.BgClassName
{
background-color: #AC2AAB;
}
</style>
border-color css
<style>
span { border-color: #AC2AAB; }
span { border-color: rgb(172,42,171); }
td.TdClassName
{
border-color: #AC2AAB;
}
.TagClassName
{
border-color: #AC2AAB;
}
</style>