Shades of Medium Orchid #AA5AF2
Tints of Medium Orchid #AA5AF2
RGB
CMYK
RGB Variations
Color information
#AA5AF2 (or 0xAA5AF2) is known color: Medium Orchid. HEX triplet: AA, 5A and F2. RGB value is (170,90,242). Sum of RGB (Red+Green+Blue) = 170+90+242=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA5AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AF2 is #55A50D. Grayscale: #828282. Windows color (decimal): -5612814 or 15882922. OLE color: 15882922.
HSL color Cylindrical-coordinate representation of color #AA5AF2: hue angle of 271.58º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5AF2 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 90 | 242 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.05 |
| HSL | 271.58º | 0.85% | 0.65% | - |
| HSV(B) | 271.58º | 0.63% | 0.95% | - |
| XYZ | 36.26 | 22.27 | 86.39 | - |
| YUV | 131.25 | 190.5 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 242 | 0.30 | 0.63 | 0 | 0.05 | 271.58 | 0.85 | 0.65 |
| Hex | AA | 5A | F2 | 1E | 3F | 0 | 5 | 110 | 55 | 41 |
| Octal | 252 | 132 | 362 | 36 | 77 | 0 | 5 | 420 | 125 | 101 |
| Binary | 10101010 | 1011010 | 11110010 | 11110 | 111111 | 0 | 101 | 100010000 | 1010101 | 1000001 |
Color Harmonies of #AA5AF2
Complementary color
Monochromatic Colors of #AA5AF2
Black with #AA5AF2
Text Example
Text Example
White with #AA5AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5AF2; }
p { color: rgb(170,90,242); }
H1.HeaderClassName
{
color: #AA5AF2;
}
.AnyTagClassName
{
color: #AA5AF2;
}
</style>
background-color css
<style>
a { background-color: #AA5AF2; }
a { background-color: rgb(170,90,242); }
div.DivClassName
{
background-color: #AA5AF2;
}
.BgClassName
{
background-color: #AA5AF2;
}
</style>
border-color css
<style>
span { border-color: #AA5AF2; }
span { border-color: rgb(170,90,242); }
td.TdClassName
{
border-color: #AA5AF2;
}
.TagClassName
{
border-color: #AA5AF2;
}
</style>