Shades of Dark Orchid #AC41C8
Tints of Dark Orchid #AC41C8
RGB
CMYK
RGB Variations
Color information
#AC41C8 (or 0xAC41C8) is known color: Dark Orchid. HEX triplet: AC, 41 and C8. RGB value is (172,65,200). Sum of RGB (Red+Green+Blue) = 172+65+200=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC41C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41C8 is #53BE37. Grayscale: #6F6F6F. Windows color (decimal): -5488184 or 13124012. OLE color: 13124012.
HSL color Cylindrical-coordinate representation of color #AC41C8: hue angle of 287.56º 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 #AC41C8 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 65 | 200 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.22 |
| HSL | 287.56º | 0.55% | 0.52% | - |
| HSV(B) | 287.56º | 0.68% | 0.78% | - |
| XYZ | 29.33 | 16.72 | 56.33 | - |
| YUV | 112.38 | 177.45 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 200 | 0.14 | 0.68 | 0 | 0.22 | 287.56 | 0.55 | 0.52 |
| Hex | AC | 41 | C8 | E | 44 | 0 | 16 | 120 | 37 | 34 |
| Octal | 254 | 101 | 310 | 16 | 104 | 0 | 26 | 440 | 67 | 64 |
| Binary | 10101100 | 1000001 | 11001000 | 1110 | 1000100 | 0 | 10110 | 100100000 | 110111 | 110100 |
Color Harmonies of #AC41C8
Complementary color
Monochromatic Colors of #AC41C8
Black with #AC41C8
Text Example
Text Example
White with #AC41C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41C8; }
p { color: rgb(172,65,200); }
H1.HeaderClassName
{
color: #AC41C8;
}
.AnyTagClassName
{
color: #AC41C8;
}
</style>
background-color css
<style>
a { background-color: #AC41C8; }
a { background-color: rgb(172,65,200); }
div.DivClassName
{
background-color: #AC41C8;
}
.BgClassName
{
background-color: #AC41C8;
}
</style>
border-color css
<style>
span { border-color: #AC41C8; }
span { border-color: rgb(172,65,200); }
td.TdClassName
{
border-color: #AC41C8;
}
.TagClassName
{
border-color: #AC41C8;
}
</style>