Shades of Dark Orchid #AC36E3
Tints of Dark Orchid #AC36E3
RGB
CMYK
RGB Variations
Color information
#AC36E3 (or 0xAC36E3) is known color: Dark Orchid. HEX triplet: AC, 36 and E3. RGB value is (172,54,227). Sum of RGB (Red+Green+Blue) = 172+54+227=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC36E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36E3 is #53C91C. Grayscale: #6C6C6C. Windows color (decimal): -5490973 or 14890668. OLE color: 14890668.
HSL color Cylindrical-coordinate representation of color #AC36E3: hue angle of 280.92º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC36E3 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 54 | 227 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.11 |
| HSL | 280.92º | 0.76% | 0.55% | - |
| HSV(B) | 280.92º | 0.76% | 0.89% | - |
| XYZ | 32.2 | 16.96 | 74.25 | - |
| YUV | 109 | 194.59 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 227 | 0.24 | 0.76 | 0 | 0.11 | 280.92 | 0.76 | 0.55 |
| Hex | AC | 36 | E3 | 18 | 4C | 0 | B | 119 | 4C | 37 |
| Octal | 254 | 66 | 343 | 30 | 114 | 0 | 13 | 431 | 114 | 67 |
| Binary | 10101100 | 110110 | 11100011 | 11000 | 1001100 | 0 | 1011 | 100011001 | 1001100 | 110111 |
Color Harmonies of #AC36E3
Complementary color
Monochromatic Colors of #AC36E3
Black with #AC36E3
Text Example
Text Example
White with #AC36E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36E3; }
p { color: rgb(172,54,227); }
H1.HeaderClassName
{
color: #AC36E3;
}
.AnyTagClassName
{
color: #AC36E3;
}
</style>
background-color css
<style>
a { background-color: #AC36E3; }
a { background-color: rgb(172,54,227); }
div.DivClassName
{
background-color: #AC36E3;
}
.BgClassName
{
background-color: #AC36E3;
}
</style>
border-color css
<style>
span { border-color: #AC36E3; }
span { border-color: rgb(172,54,227); }
td.TdClassName
{
border-color: #AC36E3;
}
.TagClassName
{
border-color: #AC36E3;
}
</style>