Shades of Dark Orchid #AC2DB1
Tints of Dark Orchid #AC2DB1
RGB
CMYK
RGB Variations
Color information
#AC2DB1 (or 0xAC2DB1) is known color: Dark Orchid. HEX triplet: AC, 2D and B1. RGB value is (172,45,177). Sum of RGB (Red+Green+Blue) = 172+45+177=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC2DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2DB1 is #53D24E. Grayscale: #616161. Windows color (decimal): -5493327 or 11611564. OLE color: 11611564.
HSL color Cylindrical-coordinate representation of color #AC2DB1: hue angle of 297.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2DB1 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 45 | 177 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.31 |
| HSL | 297.73º | 0.59% | 0.44% | - |
| HSV(B) | 297.73º | 0.75% | 0.69% | - |
| XYZ | 25.89 | 13.82 | 42.9 | - |
| YUV | 98.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 177 | 0.03 | 0.75 | 0 | 0.31 | 297.73 | 0.59 | 0.44 |
| Hex | AC | 2D | B1 | 3 | 4B | 0 | 1F | 12A | 3B | 2C |
| Octal | 254 | 55 | 261 | 3 | 113 | 0 | 37 | 452 | 73 | 54 |
| Binary | 10101100 | 101101 | 10110001 | 11 | 1001011 | 0 | 11111 | 100101010 | 111011 | 101100 |
Color Harmonies of #AC2DB1
Complementary color
Monochromatic Colors of #AC2DB1
Black with #AC2DB1
Text Example
Text Example
White with #AC2DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DB1; }
p { color: rgb(172,45,177); }
H1.HeaderClassName
{
color: #AC2DB1;
}
.AnyTagClassName
{
color: #AC2DB1;
}
</style>
background-color css
<style>
a { background-color: #AC2DB1; }
a { background-color: rgb(172,45,177); }
div.DivClassName
{
background-color: #AC2DB1;
}
.BgClassName
{
background-color: #AC2DB1;
}
</style>
border-color css
<style>
span { border-color: #AC2DB1; }
span { border-color: rgb(172,45,177); }
td.TdClassName
{
border-color: #AC2DB1;
}
.TagClassName
{
border-color: #AC2DB1;
}
</style>