Shades of Dark Orchid #AC36C4
Tints of Dark Orchid #AC36C4
RGB
CMYK
RGB Variations
Color information
#AC36C4 (or 0xAC36C4) is known color: Dark Orchid. HEX triplet: AC, 36 and C4. RGB value is (172,54,196). Sum of RGB (Red+Green+Blue) = 172+54+196=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC36C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36C4 is #53C93B. Grayscale: #696969. Windows color (decimal): -5491004 or 12859052. OLE color: 12859052.
HSL color Cylindrical-coordinate representation of color #AC36C4: hue angle of 289.86º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC36C4 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 54 | 196 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.23 |
| HSL | 289.86º | 0.57% | 0.49% | - |
| HSV(B) | 289.86º | 0.72% | 0.77% | - |
| XYZ | 28.3 | 15.39 | 53.7 | - |
| YUV | 105.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 196 | 0.12 | 0.72 | 0 | 0.23 | 289.86 | 0.57 | 0.49 |
| Hex | AC | 36 | C4 | C | 48 | 0 | 17 | 122 | 39 | 31 |
| Octal | 254 | 66 | 304 | 14 | 110 | 0 | 27 | 442 | 71 | 61 |
| Binary | 10101100 | 110110 | 11000100 | 1100 | 1001000 | 0 | 10111 | 100100010 | 111001 | 110001 |
Color Harmonies of #AC36C4
Complementary color
Monochromatic Colors of #AC36C4
Black with #AC36C4
Text Example
Text Example
White with #AC36C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36C4; }
p { color: rgb(172,54,196); }
H1.HeaderClassName
{
color: #AC36C4;
}
.AnyTagClassName
{
color: #AC36C4;
}
</style>
background-color css
<style>
a { background-color: #AC36C4; }
a { background-color: rgb(172,54,196); }
div.DivClassName
{
background-color: #AC36C4;
}
.BgClassName
{
background-color: #AC36C4;
}
</style>
border-color css
<style>
span { border-color: #AC36C4; }
span { border-color: rgb(172,54,196); }
td.TdClassName
{
border-color: #AC36C4;
}
.TagClassName
{
border-color: #AC36C4;
}
</style>