Shades of Dark Orchid #AC40C7
Tints of Dark Orchid #AC40C7
RGB
CMYK
RGB Variations
Color information
#AC40C7 (or 0xAC40C7) is known color: Dark Orchid. HEX triplet: AC, 40 and C7. RGB value is (172,64,199). Sum of RGB (Red+Green+Blue) = 172+64+199=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC40C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40C7 is #53BF38. Grayscale: #6F6F6F. Windows color (decimal): -5488441 or 13058220. OLE color: 13058220.
HSL color Cylindrical-coordinate representation of color #AC40C7: hue angle of 288º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC40C7 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 64 | 199 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.22 |
| HSL | 288º | 0.55% | 0.52% | - |
| HSV(B) | 288º | 0.68% | 0.78% | - |
| XYZ | 29.16 | 16.56 | 55.69 | - |
| YUV | 111.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 199 | 0.14 | 0.68 | 0 | 0.22 | 288 | 0.55 | 0.52 |
| Hex | AC | 40 | C7 | E | 44 | 0 | 16 | 120 | 37 | 34 |
| Octal | 254 | 100 | 307 | 16 | 104 | 0 | 26 | 440 | 67 | 64 |
| Binary | 10101100 | 1000000 | 11000111 | 1110 | 1000100 | 0 | 10110 | 100100000 | 110111 | 110100 |
Color Harmonies of #AC40C7
Complementary color
Monochromatic Colors of #AC40C7
Black with #AC40C7
Text Example
Text Example
White with #AC40C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40C7; }
p { color: rgb(172,64,199); }
H1.HeaderClassName
{
color: #AC40C7;
}
.AnyTagClassName
{
color: #AC40C7;
}
</style>
background-color css
<style>
a { background-color: #AC40C7; }
a { background-color: rgb(172,64,199); }
div.DivClassName
{
background-color: #AC40C7;
}
.BgClassName
{
background-color: #AC40C7;
}
</style>
border-color css
<style>
span { border-color: #AC40C7; }
span { border-color: rgb(172,64,199); }
td.TdClassName
{
border-color: #AC40C7;
}
.TagClassName
{
border-color: #AC40C7;
}
</style>