Shades of Dark Orchid #AC2ACF
Tints of Dark Orchid #AC2ACF
RGB
CMYK
RGB Variations
Color information
#AC2ACF (or 0xAC2ACF) is known color: Dark Orchid. HEX triplet: AC, 2A and CF. RGB value is (172,42,207). Sum of RGB (Red+Green+Blue) = 172+42+207=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC2ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ACF is #53D530. Grayscale: #636363. Windows color (decimal): -5494065 or 13576876. OLE color: 13576876.
HSL color Cylindrical-coordinate representation of color #AC2ACF: hue angle of 287.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2ACF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 42 | 207 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.19 |
| HSL | 287.27º | 0.66% | 0.49% | - |
| HSV(B) | 287.27º | 0.8% | 0.81% | - |
| XYZ | 29.1 | 14.93 | 60.38 | - |
| YUV | 99.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 207 | 0.17 | 0.80 | 0 | 0.19 | 287.27 | 0.66 | 0.49 |
| Hex | AC | 2A | CF | 11 | 50 | 0 | 13 | 11F | 42 | 31 |
| Octal | 254 | 52 | 317 | 21 | 120 | 0 | 23 | 437 | 102 | 61 |
| Binary | 10101100 | 101010 | 11001111 | 10001 | 1010000 | 0 | 10011 | 100011111 | 1000010 | 110001 |
Color Harmonies of #AC2ACF
Complementary color
Monochromatic Colors of #AC2ACF
Black with #AC2ACF
Text Example
Text Example
White with #AC2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ACF; }
p { color: rgb(172,42,207); }
H1.HeaderClassName
{
color: #AC2ACF;
}
.AnyTagClassName
{
color: #AC2ACF;
}
</style>
background-color css
<style>
a { background-color: #AC2ACF; }
a { background-color: rgb(172,42,207); }
div.DivClassName
{
background-color: #AC2ACF;
}
.BgClassName
{
background-color: #AC2ACF;
}
</style>
border-color css
<style>
span { border-color: #AC2ACF; }
span { border-color: rgb(172,42,207); }
td.TdClassName
{
border-color: #AC2ACF;
}
.TagClassName
{
border-color: #AC2ACF;
}
</style>