Shades of Dark Orchid #AA36E5
Tints of Dark Orchid #AA36E5
RGB
CMYK
RGB Variations
Color information
#AA36E5 (or 0xAA36E5) is known color: Dark Orchid. HEX triplet: AA, 36 and E5. RGB value is (170,54,229). Sum of RGB (Red+Green+Blue) = 170+54+229=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA36E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36E5 is #55C91A. Grayscale: #6C6C6C. Windows color (decimal): -5622043 or 15021738. OLE color: 15021738.
HSL color Cylindrical-coordinate representation of color #AA36E5: hue angle of 279.77º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA36E5 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 54 | 229 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.10 |
| HSL | 279.77º | 0.77% | 0.55% | - |
| HSV(B) | 279.77º | 0.76% | 0.9% | - |
| XYZ | 32.04 | 16.84 | 75.69 | - |
| YUV | 108.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 229 | 0.26 | 0.76 | 0 | 0.10 | 279.77 | 0.77 | 0.55 |
| Hex | AA | 36 | E5 | 1A | 4C | 0 | A | 118 | 4D | 37 |
| Octal | 252 | 66 | 345 | 32 | 114 | 0 | 12 | 430 | 115 | 67 |
| Binary | 10101010 | 110110 | 11100101 | 11010 | 1001100 | 0 | 1010 | 100011000 | 1001101 | 110111 |
Color Harmonies of #AA36E5
Complementary color
Monochromatic Colors of #AA36E5
Black with #AA36E5
Text Example
Text Example
White with #AA36E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36E5; }
p { color: rgb(170,54,229); }
H1.HeaderClassName
{
color: #AA36E5;
}
.AnyTagClassName
{
color: #AA36E5;
}
</style>
background-color css
<style>
a { background-color: #AA36E5; }
a { background-color: rgb(170,54,229); }
div.DivClassName
{
background-color: #AA36E5;
}
.BgClassName
{
background-color: #AA36E5;
}
</style>
border-color css
<style>
span { border-color: #AA36E5; }
span { border-color: rgb(170,54,229); }
td.TdClassName
{
border-color: #AA36E5;
}
.TagClassName
{
border-color: #AA36E5;
}
</style>