Shades of Dark Orchid #AA31E0
Tints of Dark Orchid #AA31E0
RGB
CMYK
RGB Variations
Color information
#AA31E0 (or 0xAA31E0) is known color: Dark Orchid. HEX triplet: AA, 31 and E0. RGB value is (170,49,224). Sum of RGB (Red+Green+Blue) = 170+49+224=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA31E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31E0 is #55CE1F. Grayscale: #686868. Windows color (decimal): -5623328 or 14692778. OLE color: 14692778.
HSL color Cylindrical-coordinate representation of color #AA31E0: hue angle of 281.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA31E0 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 49 | 224 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.12 |
| HSL | 281.49º | 0.74% | 0.54% | - |
| HSV(B) | 281.49º | 0.78% | 0.88% | - |
| XYZ | 31.13 | 16.12 | 71.99 | - |
| YUV | 105.13 | 195.09 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 224 | 0.24 | 0.78 | 0 | 0.12 | 281.49 | 0.74 | 0.54 |
| Hex | AA | 31 | E0 | 18 | 4E | 0 | C | 119 | 4A | 36 |
| Octal | 252 | 61 | 340 | 30 | 116 | 0 | 14 | 431 | 112 | 66 |
| Binary | 10101010 | 110001 | 11100000 | 11000 | 1001110 | 0 | 1100 | 100011001 | 1001010 | 110110 |
Color Harmonies of #AA31E0
Complementary color
Monochromatic Colors of #AA31E0
Black with #AA31E0
Text Example
Text Example
White with #AA31E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31E0; }
p { color: rgb(170,49,224); }
H1.HeaderClassName
{
color: #AA31E0;
}
.AnyTagClassName
{
color: #AA31E0;
}
</style>
background-color css
<style>
a { background-color: #AA31E0; }
a { background-color: rgb(170,49,224); }
div.DivClassName
{
background-color: #AA31E0;
}
.BgClassName
{
background-color: #AA31E0;
}
</style>
border-color css
<style>
span { border-color: #AA31E0; }
span { border-color: rgb(170,49,224); }
td.TdClassName
{
border-color: #AA31E0;
}
.TagClassName
{
border-color: #AA31E0;
}
</style>