Shades of Dark Orchid #AA41E7
Tints of Dark Orchid #AA41E7
RGB
CMYK
RGB Variations
Color information
#AA41E7 (or 0xAA41E7) is known color: Dark Orchid. HEX triplet: AA, 41 and E7. RGB value is (170,65,231). Sum of RGB (Red+Green+Blue) = 170+65+231=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA41E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41E7 is #55BE18. Grayscale: #727272. Windows color (decimal): -5619225 or 15155626. OLE color: 15155626.
HSL color Cylindrical-coordinate representation of color #AA41E7: hue angle of 277.95º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA41E7 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 65 | 231 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.09 |
| HSL | 277.95º | 0.78% | 0.58% | - |
| HSV(B) | 277.95º | 0.72% | 0.91% | - |
| XYZ | 32.89 | 18.1 | 77.36 | - |
| YUV | 115.32 | 193.29 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 231 | 0.26 | 0.72 | 0 | 0.09 | 277.95 | 0.78 | 0.58 |
| Hex | AA | 41 | E7 | 1A | 48 | 0 | 9 | 116 | 4E | 3A |
| Octal | 252 | 101 | 347 | 32 | 110 | 0 | 11 | 426 | 116 | 72 |
| Binary | 10101010 | 1000001 | 11100111 | 11010 | 1001000 | 0 | 1001 | 100010110 | 1001110 | 111010 |
Color Harmonies of #AA41E7
Complementary color
Monochromatic Colors of #AA41E7
Black with #AA41E7
Text Example
Text Example
White with #AA41E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41E7; }
p { color: rgb(170,65,231); }
H1.HeaderClassName
{
color: #AA41E7;
}
.AnyTagClassName
{
color: #AA41E7;
}
</style>
background-color css
<style>
a { background-color: #AA41E7; }
a { background-color: rgb(170,65,231); }
div.DivClassName
{
background-color: #AA41E7;
}
.BgClassName
{
background-color: #AA41E7;
}
</style>
border-color css
<style>
span { border-color: #AA41E7; }
span { border-color: rgb(170,65,231); }
td.TdClassName
{
border-color: #AA41E7;
}
.TagClassName
{
border-color: #AA41E7;
}
</style>