Shades of Dark Orchid #AC40C4
Tints of Dark Orchid #AC40C4
RGB
CMYK
RGB Variations
Color information
#AC40C4 (or 0xAC40C4) is known color: Dark Orchid. HEX triplet: AC, 40 and C4. RGB value is (172,64,196). Sum of RGB (Red+Green+Blue) = 172+64+196=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC40C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40C4 is #53BF3B. Grayscale: #6E6E6E. Windows color (decimal): -5488444 or 12861612. OLE color: 12861612.
HSL color Cylindrical-coordinate representation of color #AC40C4: hue angle of 289.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC40C4 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 64 | 196 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.23 |
| HSL | 289.09º | 0.53% | 0.51% | - |
| HSV(B) | 289.09º | 0.67% | 0.77% | - |
| XYZ | 28.81 | 16.42 | 53.88 | - |
| YUV | 111.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 196 | 0.12 | 0.67 | 0 | 0.23 | 289.09 | 0.53 | 0.51 |
| Hex | AC | 40 | C4 | C | 43 | 0 | 17 | 121 | 35 | 33 |
| Octal | 254 | 100 | 304 | 14 | 103 | 0 | 27 | 441 | 65 | 63 |
| Binary | 10101100 | 1000000 | 11000100 | 1100 | 1000011 | 0 | 10111 | 100100001 | 110101 | 110011 |
Color Harmonies of #AC40C4
Complementary color
Monochromatic Colors of #AC40C4
Black with #AC40C4
Text Example
Text Example
White with #AC40C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40C4; }
p { color: rgb(172,64,196); }
H1.HeaderClassName
{
color: #AC40C4;
}
.AnyTagClassName
{
color: #AC40C4;
}
</style>
background-color css
<style>
a { background-color: #AC40C4; }
a { background-color: rgb(172,64,196); }
div.DivClassName
{
background-color: #AC40C4;
}
.BgClassName
{
background-color: #AC40C4;
}
</style>
border-color css
<style>
span { border-color: #AC40C4; }
span { border-color: rgb(172,64,196); }
td.TdClassName
{
border-color: #AC40C4;
}
.TagClassName
{
border-color: #AC40C4;
}
</style>