Shades of Dark Orchid #AC2ACB
Tints of Dark Orchid #AC2ACB
RGB
CMYK
RGB Variations
Color information
#AC2ACB (or 0xAC2ACB) is known color: Dark Orchid. HEX triplet: AC, 2A and CB. RGB value is (172,42,203). Sum of RGB (Red+Green+Blue) = 172+42+203=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ACB is #53D534. Grayscale: #626262. Windows color (decimal): -5494069 or 13314732. OLE color: 13314732.
HSL color Cylindrical-coordinate representation of color #AC2ACB: hue angle of 288.45º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2ACB is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 42 | 203 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.20 |
| HSL | 288.45º | 0.66% | 0.48% | - |
| HSV(B) | 288.45º | 0.79% | 0.8% | - |
| XYZ | 28.62 | 14.74 | 57.84 | - |
| YUV | 99.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 203 | 0.15 | 0.79 | 0 | 0.20 | 288.45 | 0.66 | 0.48 |
| Hex | AC | 2A | CB | F | 4F | 0 | 14 | 120 | 42 | 30 |
| Octal | 254 | 52 | 313 | 17 | 117 | 0 | 24 | 440 | 102 | 60 |
| Binary | 10101100 | 101010 | 11001011 | 1111 | 1001111 | 0 | 10100 | 100100000 | 1000010 | 110000 |
Color Harmonies of #AC2ACB
Complementary color
Monochromatic Colors of #AC2ACB
Black with #AC2ACB
Text Example
Text Example
White with #AC2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ACB; }
p { color: rgb(172,42,203); }
H1.HeaderClassName
{
color: #AC2ACB;
}
.AnyTagClassName
{
color: #AC2ACB;
}
</style>
background-color css
<style>
a { background-color: #AC2ACB; }
a { background-color: rgb(172,42,203); }
div.DivClassName
{
background-color: #AC2ACB;
}
.BgClassName
{
background-color: #AC2ACB;
}
</style>
border-color css
<style>
span { border-color: #AC2ACB; }
span { border-color: rgb(172,42,203); }
td.TdClassName
{
border-color: #AC2ACB;
}
.TagClassName
{
border-color: #AC2ACB;
}
</style>