Shades of Medium Orchid #AA5BF1
Tints of Medium Orchid #AA5BF1
RGB
CMYK
RGB Variations
Color information
#AA5BF1 (or 0xAA5BF1) is known color: Medium Orchid. HEX triplet: AA, 5B and F1. RGB value is (170,91,241). Sum of RGB (Red+Green+Blue) = 170+91+241=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA5BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BF1 is #55A40E. Grayscale: #838383. Windows color (decimal): -5612559 or 15817642. OLE color: 15817642.
HSL color Cylindrical-coordinate representation of color #AA5BF1: hue angle of 271.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5BF1 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 91 | 241 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.05 |
| HSL | 271.6º | 0.84% | 0.65% | - |
| HSV(B) | 271.6º | 0.62% | 0.95% | - |
| XYZ | 36.2 | 22.38 | 85.63 | - |
| YUV | 131.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 241 | 0.29 | 0.62 | 0 | 0.05 | 271.6 | 0.84 | 0.65 |
| Hex | AA | 5B | F1 | 1D | 3E | 0 | 5 | 110 | 54 | 41 |
| Octal | 252 | 133 | 361 | 35 | 76 | 0 | 5 | 420 | 124 | 101 |
| Binary | 10101010 | 1011011 | 11110001 | 11101 | 111110 | 0 | 101 | 100010000 | 1010100 | 1000001 |
Color Harmonies of #AA5BF1
Complementary color
Monochromatic Colors of #AA5BF1
Black with #AA5BF1
Text Example
Text Example
White with #AA5BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BF1; }
p { color: rgb(170,91,241); }
H1.HeaderClassName
{
color: #AA5BF1;
}
.AnyTagClassName
{
color: #AA5BF1;
}
</style>
background-color css
<style>
a { background-color: #AA5BF1; }
a { background-color: rgb(170,91,241); }
div.DivClassName
{
background-color: #AA5BF1;
}
.BgClassName
{
background-color: #AA5BF1;
}
</style>
border-color css
<style>
span { border-color: #AA5BF1; }
span { border-color: rgb(170,91,241); }
td.TdClassName
{
border-color: #AA5BF1;
}
.TagClassName
{
border-color: #AA5BF1;
}
</style>