Shades of Dark Orchid #AC2DCF
Tints of Dark Orchid #AC2DCF
RGB
CMYK
RGB Variations
Color information
#AC2DCF (or 0xAC2DCF) is known color: Dark Orchid. HEX triplet: AC, 2D and CF. RGB value is (172,45,207). Sum of RGB (Red+Green+Blue) = 172+45+207=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC2DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DCF is #53D230. Grayscale: #646464. Windows color (decimal): -5493297 or 13577644. OLE color: 13577644.
HSL color Cylindrical-coordinate representation of color #AC2DCF: hue angle of 287.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2DCF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 45 | 207 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.19 |
| HSL | 287.04º | 0.64% | 0.49% | - |
| HSV(B) | 287.04º | 0.78% | 0.81% | - |
| XYZ | 29.21 | 15.15 | 60.42 | - |
| YUV | 101.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 207 | 0.17 | 0.78 | 0 | 0.19 | 287.04 | 0.64 | 0.49 |
| Hex | AC | 2D | CF | 11 | 4E | 0 | 13 | 11F | 40 | 31 |
| Octal | 254 | 55 | 317 | 21 | 116 | 0 | 23 | 437 | 100 | 61 |
| Binary | 10101100 | 101101 | 11001111 | 10001 | 1001110 | 0 | 10011 | 100011111 | 1000000 | 110001 |
Color Harmonies of #AC2DCF
Complementary color
Monochromatic Colors of #AC2DCF
Black with #AC2DCF
Text Example
Text Example
White with #AC2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DCF; }
p { color: rgb(172,45,207); }
H1.HeaderClassName
{
color: #AC2DCF;
}
.AnyTagClassName
{
color: #AC2DCF;
}
</style>
background-color css
<style>
a { background-color: #AC2DCF; }
a { background-color: rgb(172,45,207); }
div.DivClassName
{
background-color: #AC2DCF;
}
.BgClassName
{
background-color: #AC2DCF;
}
</style>
border-color css
<style>
span { border-color: #AC2DCF; }
span { border-color: rgb(172,45,207); }
td.TdClassName
{
border-color: #AC2DCF;
}
.TagClassName
{
border-color: #AC2DCF;
}
</style>