Shades of Dark Orchid #AA41E1
Tints of Dark Orchid #AA41E1
RGB
CMYK
RGB Variations
Color information
#AA41E1 (or 0xAA41E1) is known color: Dark Orchid. HEX triplet: AA, 41 and E1. RGB value is (170,65,225). Sum of RGB (Red+Green+Blue) = 170+65+225=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA41E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41E1 is #55BE1E. Grayscale: #727272. Windows color (decimal): -5619231 or 14762410. OLE color: 14762410.
HSL color Cylindrical-coordinate representation of color #AA41E1: hue angle of 279.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA41E1 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 65 | 225 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.12 |
| HSL | 279.38º | 0.73% | 0.57% | - |
| HSV(B) | 279.38º | 0.71% | 0.88% | - |
| XYZ | 32.06 | 17.76 | 72.97 | - |
| YUV | 114.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 225 | 0.24 | 0.71 | 0 | 0.12 | 279.38 | 0.73 | 0.57 |
| Hex | AA | 41 | E1 | 18 | 47 | 0 | C | 117 | 49 | 39 |
| Octal | 252 | 101 | 341 | 30 | 107 | 0 | 14 | 427 | 111 | 71 |
| Binary | 10101010 | 1000001 | 11100001 | 11000 | 1000111 | 0 | 1100 | 100010111 | 1001001 | 111001 |
Color Harmonies of #AA41E1
Complementary color
Monochromatic Colors of #AA41E1
Black with #AA41E1
Text Example
Text Example
White with #AA41E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41E1; }
p { color: rgb(170,65,225); }
H1.HeaderClassName
{
color: #AA41E1;
}
.AnyTagClassName
{
color: #AA41E1;
}
</style>
background-color css
<style>
a { background-color: #AA41E1; }
a { background-color: rgb(170,65,225); }
div.DivClassName
{
background-color: #AA41E1;
}
.BgClassName
{
background-color: #AA41E1;
}
</style>
border-color css
<style>
span { border-color: #AA41E1; }
span { border-color: rgb(170,65,225); }
td.TdClassName
{
border-color: #AA41E1;
}
.TagClassName
{
border-color: #AA41E1;
}
</style>