Shades of Medium Orchid #AA5AF1
Tints of Medium Orchid #AA5AF1
RGB
CMYK
RGB Variations
Color information
#AA5AF1 (or 0xAA5AF1) is known color: Medium Orchid. HEX triplet: AA, 5A and F1. RGB value is (170,90,241). Sum of RGB (Red+Green+Blue) = 170+90+241=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA5AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AF1 is #55A50E. Grayscale: #828282. Windows color (decimal): -5612815 or 15817386. OLE color: 15817386.
HSL color Cylindrical-coordinate representation of color #AA5AF1: hue angle of 271.79º degrees, saturation: 0.84, 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 #AA5AF1 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 90 | 241 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.05 |
| HSL | 271.79º | 0.84% | 0.65% | - |
| HSV(B) | 271.79º | 0.63% | 0.95% | - |
| XYZ | 36.11 | 22.21 | 85.6 | - |
| YUV | 131.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 241 | 0.29 | 0.63 | 0 | 0.05 | 271.79 | 0.84 | 0.65 |
| Hex | AA | 5A | F1 | 1D | 3F | 0 | 5 | 110 | 54 | 41 |
| Octal | 252 | 132 | 361 | 35 | 77 | 0 | 5 | 420 | 124 | 101 |
| Binary | 10101010 | 1011010 | 11110001 | 11101 | 111111 | 0 | 101 | 100010000 | 1010100 | 1000001 |
Color Harmonies of #AA5AF1
Complementary color
Monochromatic Colors of #AA5AF1
Black with #AA5AF1
Text Example
Text Example
White with #AA5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5AF1; }
p { color: rgb(170,90,241); }
H1.HeaderClassName
{
color: #AA5AF1;
}
.AnyTagClassName
{
color: #AA5AF1;
}
</style>
background-color css
<style>
a { background-color: #AA5AF1; }
a { background-color: rgb(170,90,241); }
div.DivClassName
{
background-color: #AA5AF1;
}
.BgClassName
{
background-color: #AA5AF1;
}
</style>
border-color css
<style>
span { border-color: #AA5AF1; }
span { border-color: rgb(170,90,241); }
td.TdClassName
{
border-color: #AA5AF1;
}
.TagClassName
{
border-color: #AA5AF1;
}
</style>