Shades of Dark Orchid #AC2DDF
Tints of Dark Orchid #AC2DDF
RGB
CMYK
RGB Variations
Color information
#AC2DDF (or 0xAC2DDF) is known color: Dark Orchid. HEX triplet: AC, 2D and DF. RGB value is (172,45,223). Sum of RGB (Red+Green+Blue) = 172+45+223=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC2DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DDF is #53D220. Grayscale: #666666. Windows color (decimal): -5493281 or 14626220. OLE color: 14626220.
HSL color Cylindrical-coordinate representation of color #AC2DDF: hue angle of 282.81º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2DDF is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 45 | 223 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.13 |
| HSL | 282.81º | 0.74% | 0.53% | - |
| HSV(B) | 282.81º | 0.8% | 0.87% | - |
| XYZ | 31.27 | 15.98 | 71.25 | - |
| YUV | 103.27 | 195.58 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 223 | 0.23 | 0.80 | 0 | 0.13 | 282.81 | 0.74 | 0.53 |
| Hex | AC | 2D | DF | 17 | 50 | 0 | D | 11B | 4A | 35 |
| Octal | 254 | 55 | 337 | 27 | 120 | 0 | 15 | 433 | 112 | 65 |
| Binary | 10101100 | 101101 | 11011111 | 10111 | 1010000 | 0 | 1101 | 100011011 | 1001010 | 110101 |
Color Harmonies of #AC2DDF
Complementary color
Monochromatic Colors of #AC2DDF
Black with #AC2DDF
Text Example
Text Example
White with #AC2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DDF; }
p { color: rgb(172,45,223); }
H1.HeaderClassName
{
color: #AC2DDF;
}
.AnyTagClassName
{
color: #AC2DDF;
}
</style>
background-color css
<style>
a { background-color: #AC2DDF; }
a { background-color: rgb(172,45,223); }
div.DivClassName
{
background-color: #AC2DDF;
}
.BgClassName
{
background-color: #AC2DDF;
}
</style>
border-color css
<style>
span { border-color: #AC2DDF; }
span { border-color: rgb(172,45,223); }
td.TdClassName
{
border-color: #AC2DDF;
}
.TagClassName
{
border-color: #AC2DDF;
}
</style>