Shades of Dark Orchid #AC2CCB
Tints of Dark Orchid #AC2CCB
RGB
CMYK
RGB Variations
Color information
#AC2CCB (or 0xAC2CCB) is known color: Dark Orchid. HEX triplet: AC, 2C and CB. RGB value is (172,44,203). Sum of RGB (Red+Green+Blue) = 172+44+203=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC2CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CCB is #53D334. Grayscale: #636363. Windows color (decimal): -5493557 or 13315244. OLE color: 13315244.
HSL color Cylindrical-coordinate representation of color #AC2CCB: hue angle of 288.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2CCB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 44 | 203 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.20 |
| HSL | 288.3º | 0.64% | 0.48% | - |
| HSV(B) | 288.3º | 0.78% | 0.8% | - |
| XYZ | 28.69 | 14.88 | 57.86 | - |
| YUV | 100.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 203 | 0.15 | 0.78 | 0 | 0.20 | 288.3 | 0.64 | 0.48 |
| Hex | AC | 2C | CB | F | 4E | 0 | 14 | 120 | 40 | 30 |
| Octal | 254 | 54 | 313 | 17 | 116 | 0 | 24 | 440 | 100 | 60 |
| Binary | 10101100 | 101100 | 11001011 | 1111 | 1001110 | 0 | 10100 | 100100000 | 1000000 | 110000 |
Color Harmonies of #AC2CCB
Complementary color
Monochromatic Colors of #AC2CCB
Black with #AC2CCB
Text Example
Text Example
White with #AC2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2CCB; }
p { color: rgb(172,44,203); }
H1.HeaderClassName
{
color: #AC2CCB;
}
.AnyTagClassName
{
color: #AC2CCB;
}
</style>
background-color css
<style>
a { background-color: #AC2CCB; }
a { background-color: rgb(172,44,203); }
div.DivClassName
{
background-color: #AC2CCB;
}
.BgClassName
{
background-color: #AC2CCB;
}
</style>
border-color css
<style>
span { border-color: #AC2CCB; }
span { border-color: rgb(172,44,203); }
td.TdClassName
{
border-color: #AC2CCB;
}
.TagClassName
{
border-color: #AC2CCB;
}
</style>