Shades of Dark Orchid #AA36DC
Tints of Dark Orchid #AA36DC
RGB
CMYK
RGB Variations
Color information
#AA36DC (or 0xAA36DC) is known color: Dark Orchid. HEX triplet: AA, 36 and DC. RGB value is (170,54,220). Sum of RGB (Red+Green+Blue) = 170+54+220=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA36DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36DC is #55C923. Grayscale: #6B6B6B. Windows color (decimal): -5622052 or 14431914. OLE color: 14431914.
HSL color Cylindrical-coordinate representation of color #AA36DC: hue angle of 281.93º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA36DC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 54 | 220 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.14 |
| HSL | 281.93º | 0.7% | 0.54% | - |
| HSV(B) | 281.93º | 0.75% | 0.86% | - |
| XYZ | 30.82 | 16.35 | 69.24 | - |
| YUV | 107.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 220 | 0.23 | 0.75 | 0 | 0.14 | 281.93 | 0.7 | 0.54 |
| Hex | AA | 36 | DC | 17 | 4B | 0 | E | 11A | 46 | 36 |
| Octal | 252 | 66 | 334 | 27 | 113 | 0 | 16 | 432 | 106 | 66 |
| Binary | 10101010 | 110110 | 11011100 | 10111 | 1001011 | 0 | 1110 | 100011010 | 1000110 | 110110 |
Color Harmonies of #AA36DC
Complementary color
Monochromatic Colors of #AA36DC
Black with #AA36DC
Text Example
Text Example
White with #AA36DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36DC; }
p { color: rgb(170,54,220); }
H1.HeaderClassName
{
color: #AA36DC;
}
.AnyTagClassName
{
color: #AA36DC;
}
</style>
background-color css
<style>
a { background-color: #AA36DC; }
a { background-color: rgb(170,54,220); }
div.DivClassName
{
background-color: #AA36DC;
}
.BgClassName
{
background-color: #AA36DC;
}
</style>
border-color css
<style>
span { border-color: #AA36DC; }
span { border-color: rgb(170,54,220); }
td.TdClassName
{
border-color: #AA36DC;
}
.TagClassName
{
border-color: #AA36DC;
}
</style>