Shades of Dark Orchid #AA31E5
Tints of Dark Orchid #AA31E5
RGB
CMYK
RGB Variations
Color information
#AA31E5 (or 0xAA31E5) is known color: Dark Orchid. HEX triplet: AA, 31 and E5. RGB value is (170,49,229). Sum of RGB (Red+Green+Blue) = 170+49+229=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA31E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31E5 is #55CE1A. Grayscale: #696969. Windows color (decimal): -5623323 or 15020458. OLE color: 15020458.
HSL color Cylindrical-coordinate representation of color #AA31E5: hue angle of 280.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA31E5 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 49 | 229 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.10 |
| HSL | 280.33º | 0.78% | 0.55% | - |
| HSV(B) | 280.33º | 0.79% | 0.9% | - |
| XYZ | 31.82 | 16.4 | 75.62 | - |
| YUV | 105.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 229 | 0.26 | 0.79 | 0 | 0.10 | 280.33 | 0.78 | 0.55 |
| Hex | AA | 31 | E5 | 1A | 4F | 0 | A | 118 | 4E | 37 |
| Octal | 252 | 61 | 345 | 32 | 117 | 0 | 12 | 430 | 116 | 67 |
| Binary | 10101010 | 110001 | 11100101 | 11010 | 1001111 | 0 | 1010 | 100011000 | 1001110 | 110111 |
Color Harmonies of #AA31E5
Complementary color
Monochromatic Colors of #AA31E5
Black with #AA31E5
Text Example
Text Example
White with #AA31E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31E5; }
p { color: rgb(170,49,229); }
H1.HeaderClassName
{
color: #AA31E5;
}
.AnyTagClassName
{
color: #AA31E5;
}
</style>
background-color css
<style>
a { background-color: #AA31E5; }
a { background-color: rgb(170,49,229); }
div.DivClassName
{
background-color: #AA31E5;
}
.BgClassName
{
background-color: #AA31E5;
}
</style>
border-color css
<style>
span { border-color: #AA31E5; }
span { border-color: rgb(170,49,229); }
td.TdClassName
{
border-color: #AA31E5;
}
.TagClassName
{
border-color: #AA31E5;
}
</style>