Shades of Medium Orchid #AA42E8
Tints of Medium Orchid #AA42E8
RGB
CMYK
RGB Variations
Color information
#AA42E8 (or 0xAA42E8) is known color: Medium Orchid. HEX triplet: AA, 42 and E8. RGB value is (170,66,232). Sum of RGB (Red+Green+Blue) = 170+66+232=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA42E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42E8 is #55BD17. Grayscale: #737373. Windows color (decimal): -5618968 or 15221418. OLE color: 15221418.
HSL color Cylindrical-coordinate representation of color #AA42E8: hue angle of 277.59º 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 #AA42E8 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 66 | 232 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.09 |
| HSL | 277.59º | 0.78% | 0.58% | - |
| HSV(B) | 277.59º | 0.72% | 0.91% | - |
| XYZ | 33.09 | 18.27 | 78.13 | - |
| YUV | 116.02 | 193.46 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 232 | 0.27 | 0.72 | 0 | 0.09 | 277.59 | 0.78 | 0.58 |
| Hex | AA | 42 | E8 | 1B | 48 | 0 | 9 | 116 | 4E | 3A |
| Octal | 252 | 102 | 350 | 33 | 110 | 0 | 11 | 426 | 116 | 72 |
| Binary | 10101010 | 1000010 | 11101000 | 11011 | 1001000 | 0 | 1001 | 100010110 | 1001110 | 111010 |
Color Harmonies of #AA42E8
Complementary color
Monochromatic Colors of #AA42E8
Black with #AA42E8
Text Example
Text Example
White with #AA42E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42E8; }
p { color: rgb(170,66,232); }
H1.HeaderClassName
{
color: #AA42E8;
}
.AnyTagClassName
{
color: #AA42E8;
}
</style>
background-color css
<style>
a { background-color: #AA42E8; }
a { background-color: rgb(170,66,232); }
div.DivClassName
{
background-color: #AA42E8;
}
.BgClassName
{
background-color: #AA42E8;
}
</style>
border-color css
<style>
span { border-color: #AA42E8; }
span { border-color: rgb(170,66,232); }
td.TdClassName
{
border-color: #AA42E8;
}
.TagClassName
{
border-color: #AA42E8;
}
</style>