Shades of Dark Orchid #AC36BB
Tints of Dark Orchid #AC36BB
RGB
CMYK
RGB Variations
Color information
#AC36BB (or 0xAC36BB) is known color: Dark Orchid. HEX triplet: AC, 36 and BB. RGB value is (172,54,187). Sum of RGB (Red+Green+Blue) = 172+54+187=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC36BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36BB is #53C944. Grayscale: #686868. Windows color (decimal): -5491013 or 12269228. OLE color: 12269228.
HSL color Cylindrical-coordinate representation of color #AC36BB: hue angle of 293.23º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC36BB is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 54 | 187 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.27 |
| HSL | 293.23º | 0.55% | 0.47% | - |
| HSV(B) | 293.23º | 0.71% | 0.73% | - |
| XYZ | 27.3 | 15 | 48.47 | - |
| YUV | 104.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 187 | 0.08 | 0.71 | 0 | 0.27 | 293.23 | 0.55 | 0.47 |
| Hex | AC | 36 | BB | 8 | 47 | 0 | 1B | 125 | 37 | 2F |
| Octal | 254 | 66 | 273 | 10 | 107 | 0 | 33 | 445 | 67 | 57 |
| Binary | 10101100 | 110110 | 10111011 | 1000 | 1000111 | 0 | 11011 | 100100101 | 110111 | 101111 |
Color Harmonies of #AC36BB
Complementary color
Monochromatic Colors of #AC36BB
Black with #AC36BB
Text Example
Text Example
White with #AC36BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36BB; }
p { color: rgb(172,54,187); }
H1.HeaderClassName
{
color: #AC36BB;
}
.AnyTagClassName
{
color: #AC36BB;
}
</style>
background-color css
<style>
a { background-color: #AC36BB; }
a { background-color: rgb(172,54,187); }
div.DivClassName
{
background-color: #AC36BB;
}
.BgClassName
{
background-color: #AC36BB;
}
</style>
border-color css
<style>
span { border-color: #AC36BB; }
span { border-color: rgb(172,54,187); }
td.TdClassName
{
border-color: #AC36BB;
}
.TagClassName
{
border-color: #AC36BB;
}
</style>