Shades of Dark Orchid #AC2BD3
Tints of Dark Orchid #AC2BD3
RGB
CMYK
RGB Variations
Color information
#AC2BD3 (or 0xAC2BD3) is known color: Dark Orchid. HEX triplet: AC, 2B and D3. RGB value is (172,43,211). Sum of RGB (Red+Green+Blue) = 172+43+211=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC2BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BD3 is #53D42C. Grayscale: #646464. Windows color (decimal): -5493805 or 13839276. OLE color: 13839276.
HSL color Cylindrical-coordinate representation of color #AC2BD3: hue angle of 286.07º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2BD3 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 43 | 211 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.17 |
| HSL | 286.07º | 0.66% | 0.5% | - |
| HSV(B) | 286.07º | 0.8% | 0.83% | - |
| XYZ | 29.64 | 15.2 | 63 | - |
| YUV | 100.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 211 | 0.18 | 0.80 | 0 | 0.17 | 286.07 | 0.66 | 0.5 |
| Hex | AC | 2B | D3 | 12 | 50 | 0 | 11 | 11E | 42 | 32 |
| Octal | 254 | 53 | 323 | 22 | 120 | 0 | 21 | 436 | 102 | 62 |
| Binary | 10101100 | 101011 | 11010011 | 10010 | 1010000 | 0 | 10001 | 100011110 | 1000010 | 110010 |
Color Harmonies of #AC2BD3
Complementary color
Monochromatic Colors of #AC2BD3
Black with #AC2BD3
Text Example
Text Example
White with #AC2BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BD3; }
p { color: rgb(172,43,211); }
H1.HeaderClassName
{
color: #AC2BD3;
}
.AnyTagClassName
{
color: #AC2BD3;
}
</style>
background-color css
<style>
a { background-color: #AC2BD3; }
a { background-color: rgb(172,43,211); }
div.DivClassName
{
background-color: #AC2BD3;
}
.BgClassName
{
background-color: #AC2BD3;
}
</style>
border-color css
<style>
span { border-color: #AC2BD3; }
span { border-color: rgb(172,43,211); }
td.TdClassName
{
border-color: #AC2BD3;
}
.TagClassName
{
border-color: #AC2BD3;
}
</style>