Shades of Dark Orchid #AC41C5
Tints of Dark Orchid #AC41C5
RGB
CMYK
RGB Variations
Color information
#AC41C5 (or 0xAC41C5) is known color: Dark Orchid. HEX triplet: AC, 41 and C5. RGB value is (172,65,197). Sum of RGB (Red+Green+Blue) = 172+65+197=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC41C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41C5 is #53BE3A. Grayscale: #6F6F6F. Windows color (decimal): -5488187 or 12927404. OLE color: 12927404.
HSL color Cylindrical-coordinate representation of color #AC41C5: hue angle of 288.64º 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 #AC41C5 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 65 | 197 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.23 |
| HSL | 288.64º | 0.53% | 0.51% | - |
| HSV(B) | 288.64º | 0.67% | 0.77% | - |
| XYZ | 28.98 | 16.58 | 54.5 | - |
| YUV | 112.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 197 | 0.13 | 0.67 | 0 | 0.23 | 288.64 | 0.53 | 0.51 |
| Hex | AC | 41 | C5 | D | 43 | 0 | 17 | 121 | 35 | 33 |
| Octal | 254 | 101 | 305 | 15 | 103 | 0 | 27 | 441 | 65 | 63 |
| Binary | 10101100 | 1000001 | 11000101 | 1101 | 1000011 | 0 | 10111 | 100100001 | 110101 | 110011 |
Color Harmonies of #AC41C5
Complementary color
Monochromatic Colors of #AC41C5
Black with #AC41C5
Text Example
Text Example
White with #AC41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41C5; }
p { color: rgb(172,65,197); }
H1.HeaderClassName
{
color: #AC41C5;
}
.AnyTagClassName
{
color: #AC41C5;
}
</style>
background-color css
<style>
a { background-color: #AC41C5; }
a { background-color: rgb(172,65,197); }
div.DivClassName
{
background-color: #AC41C5;
}
.BgClassName
{
background-color: #AC41C5;
}
</style>
border-color css
<style>
span { border-color: #AC41C5; }
span { border-color: rgb(172,65,197); }
td.TdClassName
{
border-color: #AC41C5;
}
.TagClassName
{
border-color: #AC41C5;
}
</style>