Shades of Medium Orchid #AA42EA
Tints of Medium Orchid #AA42EA
RGB
CMYK
RGB Variations
Color information
#AA42EA (or 0xAA42EA) is known color: Medium Orchid. HEX triplet: AA, 42 and EA. RGB value is (170,66,234). Sum of RGB (Red+Green+Blue) = 170+66+234=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA42EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42EA is #55BD15. Grayscale: #737373. Windows color (decimal): -5618966 or 15352490. OLE color: 15352490.
HSL color Cylindrical-coordinate representation of color #AA42EA: hue angle of 277.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA42EA is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 66 | 234 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.08 |
| HSL | 277.14º | 0.8% | 0.59% | - |
| HSV(B) | 277.14º | 0.72% | 0.92% | - |
| XYZ | 33.38 | 18.38 | 79.63 | - |
| YUV | 116.25 | 194.46 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 234 | 0.27 | 0.72 | 0 | 0.08 | 277.14 | 0.8 | 0.59 |
| Hex | AA | 42 | EA | 1B | 48 | 0 | 8 | 115 | 50 | 3B |
| Octal | 252 | 102 | 352 | 33 | 110 | 0 | 10 | 425 | 120 | 73 |
| Binary | 10101010 | 1000010 | 11101010 | 11011 | 1001000 | 0 | 1000 | 100010101 | 1010000 | 111011 |
Color Harmonies of #AA42EA
Complementary color
Monochromatic Colors of #AA42EA
Black with #AA42EA
Text Example
Text Example
White with #AA42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42EA; }
p { color: rgb(170,66,234); }
H1.HeaderClassName
{
color: #AA42EA;
}
.AnyTagClassName
{
color: #AA42EA;
}
</style>
background-color css
<style>
a { background-color: #AA42EA; }
a { background-color: rgb(170,66,234); }
div.DivClassName
{
background-color: #AA42EA;
}
.BgClassName
{
background-color: #AA42EA;
}
</style>
border-color css
<style>
span { border-color: #AA42EA; }
span { border-color: rgb(170,66,234); }
td.TdClassName
{
border-color: #AA42EA;
}
.TagClassName
{
border-color: #AA42EA;
}
</style>