Shades of Dark Orchid #AA27E7
Tints of Dark Orchid #AA27E7
RGB
CMYK
RGB Variations
Color information
#AA27E7 (or 0xAA27E7) is known color: Dark Orchid. HEX triplet: AA, 27 and E7. RGB value is (170,39,231). Sum of RGB (Red+Green+Blue) = 170+39+231=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA27E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA27E7 is #55D818. Grayscale: #636363. Windows color (decimal): -5625881 or 15148970. OLE color: 15148970.
HSL color Cylindrical-coordinate representation of color #AA27E7: hue angle of 280.94º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA27E7 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 39 | 231 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.09 |
| HSL | 280.94º | 0.8% | 0.53% | - |
| HSV(B) | 280.94º | 0.83% | 0.91% | - |
| XYZ | 31.73 | 15.77 | 76.97 | - |
| YUV | 100.06 | 201.9 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 231 | 0.26 | 0.83 | 0 | 0.09 | 280.94 | 0.8 | 0.53 |
| Hex | AA | 27 | E7 | 1A | 53 | 0 | 9 | 119 | 50 | 35 |
| Octal | 252 | 47 | 347 | 32 | 123 | 0 | 11 | 431 | 120 | 65 |
| Binary | 10101010 | 100111 | 11100111 | 11010 | 1010011 | 0 | 1001 | 100011001 | 1010000 | 110101 |
Color Harmonies of #AA27E7
Complementary color
Monochromatic Colors of #AA27E7
Black with #AA27E7
Text Example
Text Example
White with #AA27E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27E7; }
p { color: rgb(170,39,231); }
H1.HeaderClassName
{
color: #AA27E7;
}
.AnyTagClassName
{
color: #AA27E7;
}
</style>
background-color css
<style>
a { background-color: #AA27E7; }
a { background-color: rgb(170,39,231); }
div.DivClassName
{
background-color: #AA27E7;
}
.BgClassName
{
background-color: #AA27E7;
}
</style>
border-color css
<style>
span { border-color: #AA27E7; }
span { border-color: rgb(170,39,231); }
td.TdClassName
{
border-color: #AA27E7;
}
.TagClassName
{
border-color: #AA27E7;
}
</style>