Shades of Medium Orchid #AA42EF
Tints of Medium Orchid #AA42EF
RGB
CMYK
RGB Variations
Color information
#AA42EF (or 0xAA42EF) is known color: Medium Orchid. HEX triplet: AA, 42 and EF. RGB value is (170,66,239). Sum of RGB (Red+Green+Blue) = 170+66+239=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA42EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42EF is #55BD10. Grayscale: #747474. Windows color (decimal): -5618961 or 15680170. OLE color: 15680170.
HSL color Cylindrical-coordinate representation of color #AA42EF: hue angle of 276.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA42EF is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 66 | 239 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.06 |
| HSL | 276.07º | 0.84% | 0.6% | - |
| HSV(B) | 276.07º | 0.72% | 0.94% | - |
| XYZ | 34.11 | 18.67 | 83.47 | - |
| YUV | 116.82 | 196.96 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 239 | 0.29 | 0.72 | 0 | 0.06 | 276.07 | 0.84 | 0.6 |
| Hex | AA | 42 | EF | 1D | 48 | 0 | 6 | 114 | 54 | 3C |
| Octal | 252 | 102 | 357 | 35 | 110 | 0 | 6 | 424 | 124 | 74 |
| Binary | 10101010 | 1000010 | 11101111 | 11101 | 1001000 | 0 | 110 | 100010100 | 1010100 | 111100 |
Color Harmonies of #AA42EF
Complementary color
Monochromatic Colors of #AA42EF
Black with #AA42EF
Text Example
Text Example
White with #AA42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42EF; }
p { color: rgb(170,66,239); }
H1.HeaderClassName
{
color: #AA42EF;
}
.AnyTagClassName
{
color: #AA42EF;
}
</style>
background-color css
<style>
a { background-color: #AA42EF; }
a { background-color: rgb(170,66,239); }
div.DivClassName
{
background-color: #AA42EF;
}
.BgClassName
{
background-color: #AA42EF;
}
</style>
border-color css
<style>
span { border-color: #AA42EF; }
span { border-color: rgb(170,66,239); }
td.TdClassName
{
border-color: #AA42EF;
}
.TagClassName
{
border-color: #AA42EF;
}
</style>