Shades of Dark Orchid #AC2BCF
Tints of Dark Orchid #AC2BCF
RGB
CMYK
RGB Variations
Color information
#AC2BCF (or 0xAC2BCF) is known color: Dark Orchid. HEX triplet: AC, 2B and CF. RGB value is (172,43,207). Sum of RGB (Red+Green+Blue) = 172+43+207=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC2BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BCF is #53D430. Grayscale: #636363. Windows color (decimal): -5493809 or 13577132. OLE color: 13577132.
HSL color Cylindrical-coordinate representation of color #AC2BCF: hue angle of 287.2º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2BCF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 43 | 207 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.19 |
| HSL | 287.2º | 0.66% | 0.49% | - |
| HSV(B) | 287.2º | 0.79% | 0.81% | - |
| XYZ | 29.14 | 15 | 60.39 | - |
| YUV | 100.27 | 188.24 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 207 | 0.17 | 0.79 | 0 | 0.19 | 287.2 | 0.66 | 0.49 |
| Hex | AC | 2B | CF | 11 | 4F | 0 | 13 | 11F | 42 | 31 |
| Octal | 254 | 53 | 317 | 21 | 117 | 0 | 23 | 437 | 102 | 61 |
| Binary | 10101100 | 101011 | 11001111 | 10001 | 1001111 | 0 | 10011 | 100011111 | 1000010 | 110001 |
Color Harmonies of #AC2BCF
Complementary color
Monochromatic Colors of #AC2BCF
Black with #AC2BCF
Text Example
Text Example
White with #AC2BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BCF; }
p { color: rgb(172,43,207); }
H1.HeaderClassName
{
color: #AC2BCF;
}
.AnyTagClassName
{
color: #AC2BCF;
}
</style>
background-color css
<style>
a { background-color: #AC2BCF; }
a { background-color: rgb(172,43,207); }
div.DivClassName
{
background-color: #AC2BCF;
}
.BgClassName
{
background-color: #AC2BCF;
}
</style>
border-color css
<style>
span { border-color: #AC2BCF; }
span { border-color: rgb(172,43,207); }
td.TdClassName
{
border-color: #AC2BCF;
}
.TagClassName
{
border-color: #AC2BCF;
}
</style>