Shades of Dark Orchid #AA36CE
Tints of Dark Orchid #AA36CE
RGB
CMYK
RGB Variations
Color information
#AA36CE (or 0xAA36CE) is known color: Dark Orchid. HEX triplet: AA, 36 and CE. RGB value is (170,54,206). Sum of RGB (Red+Green+Blue) = 170+54+206=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA36CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36CE is #55C931. Grayscale: #696969. Windows color (decimal): -5622066 or 13514410. OLE color: 13514410.
HSL color Cylindrical-coordinate representation of color #AA36CE: hue angle of 285.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA36CE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 54 | 206 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.19 |
| HSL | 285.79º | 0.61% | 0.51% | - |
| HSV(B) | 285.79º | 0.74% | 0.81% | - |
| XYZ | 29.04 | 15.64 | 59.88 | - |
| YUV | 106.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 206 | 0.17 | 0.74 | 0 | 0.19 | 285.79 | 0.61 | 0.51 |
| Hex | AA | 36 | CE | 11 | 4A | 0 | 13 | 11E | 3D | 33 |
| Octal | 252 | 66 | 316 | 21 | 112 | 0 | 23 | 436 | 75 | 63 |
| Binary | 10101010 | 110110 | 11001110 | 10001 | 1001010 | 0 | 10011 | 100011110 | 111101 | 110011 |
Color Harmonies of #AA36CE
Complementary color
Monochromatic Colors of #AA36CE
Black with #AA36CE
Text Example
Text Example
White with #AA36CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36CE; }
p { color: rgb(170,54,206); }
H1.HeaderClassName
{
color: #AA36CE;
}
.AnyTagClassName
{
color: #AA36CE;
}
</style>
background-color css
<style>
a { background-color: #AA36CE; }
a { background-color: rgb(170,54,206); }
div.DivClassName
{
background-color: #AA36CE;
}
.BgClassName
{
background-color: #AA36CE;
}
</style>
border-color css
<style>
span { border-color: #AA36CE; }
span { border-color: rgb(170,54,206); }
td.TdClassName
{
border-color: #AA36CE;
}
.TagClassName
{
border-color: #AA36CE;
}
</style>