Shades of Dark Orchid #AC2FCB
Tints of Dark Orchid #AC2FCB
RGB
CMYK
RGB Variations
Color information
#AC2FCB (or 0xAC2FCB) is known color: Dark Orchid. HEX triplet: AC, 2F and CB. RGB value is (172,47,203). Sum of RGB (Red+Green+Blue) = 172+47+203=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC2FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FCB is #53D034. Grayscale: #656565. Windows color (decimal): -5492789 or 13316012. OLE color: 13316012.
HSL color Cylindrical-coordinate representation of color #AC2FCB: hue angle of 288.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2FCB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 47 | 203 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.20 |
| HSL | 288.08º | 0.62% | 0.49% | - |
| HSV(B) | 288.08º | 0.77% | 0.8% | - |
| XYZ | 28.81 | 15.12 | 57.9 | - |
| YUV | 102.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 203 | 0.15 | 0.77 | 0 | 0.20 | 288.08 | 0.62 | 0.49 |
| Hex | AC | 2F | CB | F | 4D | 0 | 14 | 120 | 3E | 31 |
| Octal | 254 | 57 | 313 | 17 | 115 | 0 | 24 | 440 | 76 | 61 |
| Binary | 10101100 | 101111 | 11001011 | 1111 | 1001101 | 0 | 10100 | 100100000 | 111110 | 110001 |
Color Harmonies of #AC2FCB
Complementary color
Monochromatic Colors of #AC2FCB
Black with #AC2FCB
Text Example
Text Example
White with #AC2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FCB; }
p { color: rgb(172,47,203); }
H1.HeaderClassName
{
color: #AC2FCB;
}
.AnyTagClassName
{
color: #AC2FCB;
}
</style>
background-color css
<style>
a { background-color: #AC2FCB; }
a { background-color: rgb(172,47,203); }
div.DivClassName
{
background-color: #AC2FCB;
}
.BgClassName
{
background-color: #AC2FCB;
}
</style>
border-color css
<style>
span { border-color: #AC2FCB; }
span { border-color: rgb(172,47,203); }
td.TdClassName
{
border-color: #AC2FCB;
}
.TagClassName
{
border-color: #AC2FCB;
}
</style>