Shades of Dark Orchid #AC3CCF
Tints of Dark Orchid #AC3CCF
RGB
CMYK
RGB Variations
Color information
#AC3CCF (or 0xAC3CCF) is known color: Dark Orchid. HEX triplet: AC, 3C and CF. RGB value is (172,60,207). Sum of RGB (Red+Green+Blue) = 172+60+207=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CCF is #53C330. Grayscale: #6D6D6D. Windows color (decimal): -5489457 or 13581484. OLE color: 13581484.
HSL color Cylindrical-coordinate representation of color #AC3CCF: hue angle of 285.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3CCF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 60 | 207 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.19 |
| HSL | 285.71º | 0.6% | 0.52% | - |
| HSV(B) | 285.71º | 0.71% | 0.81% | - |
| XYZ | 29.89 | 16.51 | 60.64 | - |
| YUV | 110.25 | 182.61 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 207 | 0.17 | 0.71 | 0 | 0.19 | 285.71 | 0.6 | 0.52 |
| Hex | AC | 3C | CF | 11 | 47 | 0 | 13 | 11E | 3C | 34 |
| Octal | 254 | 74 | 317 | 21 | 107 | 0 | 23 | 436 | 74 | 64 |
| Binary | 10101100 | 111100 | 11001111 | 10001 | 1000111 | 0 | 10011 | 100011110 | 111100 | 110100 |
Color Harmonies of #AC3CCF
Complementary color
Monochromatic Colors of #AC3CCF
Black with #AC3CCF
Text Example
Text Example
White with #AC3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CCF; }
p { color: rgb(172,60,207); }
H1.HeaderClassName
{
color: #AC3CCF;
}
.AnyTagClassName
{
color: #AC3CCF;
}
</style>
background-color css
<style>
a { background-color: #AC3CCF; }
a { background-color: rgb(172,60,207); }
div.DivClassName
{
background-color: #AC3CCF;
}
.BgClassName
{
background-color: #AC3CCF;
}
</style>
border-color css
<style>
span { border-color: #AC3CCF; }
span { border-color: rgb(172,60,207); }
td.TdClassName
{
border-color: #AC3CCF;
}
.TagClassName
{
border-color: #AC3CCF;
}
</style>