Shades of Dark Orchid #AC2CAB
Tints of Dark Orchid #AC2CAB
RGB
CMYK
RGB Variations
Color information
#AC2CAB (or 0xAC2CAB) is known color: Dark Orchid. HEX triplet: AC, 2C and AB. RGB value is (172,44,171). Sum of RGB (Red+Green+Blue) = 172+44+171=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2CAB is #53D354. Grayscale: #606060. Windows color (decimal): -5493589 or 11218092. OLE color: 11218092.
HSL color Cylindrical-coordinate representation of color #AC2CAB: hue angle of 300.47º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2CAB is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 171 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.33 |
| HSL | 300.47º | 0.59% | 0.42% | - |
| HSV(B) | 300.47º | 0.74% | 0.67% | - |
| XYZ | 25.26 | 13.51 | 39.8 | - |
| YUV | 96.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 171 | 0 | 0.74 | 0.01 | 0.33 | 300.47 | 0.59 | 0.42 |
| Hex | AC | 2C | AB | 0 | 4A | 1 | 21 | 12C | 3B | 2A |
| Octal | 254 | 54 | 253 | 0 | 112 | 1 | 41 | 454 | 73 | 52 |
| Binary | 10101100 | 101100 | 10101011 | 0 | 1001010 | 1 | 100001 | 100101100 | 111011 | 101010 |
Color Harmonies of #AC2CAB
Complementary color
Monochromatic Colors of #AC2CAB
Black with #AC2CAB
Text Example
Text Example
White with #AC2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2CAB; }
p { color: rgb(172,44,171); }
H1.HeaderClassName
{
color: #AC2CAB;
}
.AnyTagClassName
{
color: #AC2CAB;
}
</style>
background-color css
<style>
a { background-color: #AC2CAB; }
a { background-color: rgb(172,44,171); }
div.DivClassName
{
background-color: #AC2CAB;
}
.BgClassName
{
background-color: #AC2CAB;
}
</style>
border-color css
<style>
span { border-color: #AC2CAB; }
span { border-color: rgb(172,44,171); }
td.TdClassName
{
border-color: #AC2CAB;
}
.TagClassName
{
border-color: #AC2CAB;
}
</style>