Shades of Dark Orchid #AC36D2
Tints of Dark Orchid #AC36D2
RGB
CMYK
RGB Variations
Color information
#AC36D2 (or 0xAC36D2) is known color: Dark Orchid. HEX triplet: AC, 36 and D2. RGB value is (172,54,210). Sum of RGB (Red+Green+Blue) = 172+54+210=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC36D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36D2 is #53C92D. Grayscale: #6A6A6A. Windows color (decimal): -5490990 or 13776556. OLE color: 13776556.
HSL color Cylindrical-coordinate representation of color #AC36D2: hue angle of 285.38º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC36D2 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 54 | 210 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.18 |
| HSL | 285.38º | 0.63% | 0.52% | - |
| HSV(B) | 285.38º | 0.74% | 0.82% | - |
| XYZ | 29.97 | 16.06 | 62.49 | - |
| YUV | 107.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 210 | 0.18 | 0.74 | 0 | 0.18 | 285.38 | 0.63 | 0.52 |
| Hex | AC | 36 | D2 | 12 | 4A | 0 | 12 | 11D | 3F | 34 |
| Octal | 254 | 66 | 322 | 22 | 112 | 0 | 22 | 435 | 77 | 64 |
| Binary | 10101100 | 110110 | 11010010 | 10010 | 1001010 | 0 | 10010 | 100011101 | 111111 | 110100 |
Color Harmonies of #AC36D2
Complementary color
Monochromatic Colors of #AC36D2
Black with #AC36D2
Text Example
Text Example
White with #AC36D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36D2; }
p { color: rgb(172,54,210); }
H1.HeaderClassName
{
color: #AC36D2;
}
.AnyTagClassName
{
color: #AC36D2;
}
</style>
background-color css
<style>
a { background-color: #AC36D2; }
a { background-color: rgb(172,54,210); }
div.DivClassName
{
background-color: #AC36D2;
}
.BgClassName
{
background-color: #AC36D2;
}
</style>
border-color css
<style>
span { border-color: #AC36D2; }
span { border-color: rgb(172,54,210); }
td.TdClassName
{
border-color: #AC36D2;
}
.TagClassName
{
border-color: #AC36D2;
}
</style>