Shades of Dark Orchid #AA27E4
Tints of Dark Orchid #AA27E4
RGB
CMYK
RGB Variations
Color information
#AA27E4 (or 0xAA27E4) is known color: Dark Orchid. HEX triplet: AA, 27 and E4. RGB value is (170,39,228). Sum of RGB (Red+Green+Blue) = 170+39+228=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA27E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27E4 is #55D81B. Grayscale: #636363. Windows color (decimal): -5625884 or 14952362. OLE color: 14952362.
HSL color Cylindrical-coordinate representation of color #AA27E4: hue angle of 281.59º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA27E4 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 39 | 228 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.11 |
| HSL | 281.59º | 0.78% | 0.52% | - |
| HSV(B) | 281.59º | 0.83% | 0.89% | - |
| XYZ | 31.31 | 15.6 | 74.76 | - |
| YUV | 99.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 228 | 0.25 | 0.83 | 0 | 0.11 | 281.59 | 0.78 | 0.52 |
| Hex | AA | 27 | E4 | 19 | 53 | 0 | B | 11A | 4E | 34 |
| Octal | 252 | 47 | 344 | 31 | 123 | 0 | 13 | 432 | 116 | 64 |
| Binary | 10101010 | 100111 | 11100100 | 11001 | 1010011 | 0 | 1011 | 100011010 | 1001110 | 110100 |
Color Harmonies of #AA27E4
Complementary color
Monochromatic Colors of #AA27E4
Black with #AA27E4
Text Example
Text Example
White with #AA27E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27E4; }
p { color: rgb(170,39,228); }
H1.HeaderClassName
{
color: #AA27E4;
}
.AnyTagClassName
{
color: #AA27E4;
}
</style>
background-color css
<style>
a { background-color: #AA27E4; }
a { background-color: rgb(170,39,228); }
div.DivClassName
{
background-color: #AA27E4;
}
.BgClassName
{
background-color: #AA27E4;
}
</style>
border-color css
<style>
span { border-color: #AA27E4; }
span { border-color: rgb(170,39,228); }
td.TdClassName
{
border-color: #AA27E4;
}
.TagClassName
{
border-color: #AA27E4;
}
</style>