Shades of Perano #AA9EFF
Tints of Perano #AA9EFF
RGB
CMYK
RGB Variations
Color information
#AA9EFF (or 0xAA9EFF) is known color: Perano. HEX triplet: AA, 9E and FF. RGB value is (170,158,255). Sum of RGB (Red+Green+Blue) = 170+158+255=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EFF is #556100. Grayscale: #ACACAC. Windows color (decimal): -5595393 or 16752298. OLE color: 16752298.
HSL color Cylindrical-coordinate representation of color #AA9EFF: hue angle of 247.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9EFF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 158 | 255 | - |
| CMYK | 0.33 | 0.38 | 0 | 0 |
| HSL | 247.42º | 1% | 0.81% | - |
| HSV(B) | 247.42º | 0.38% | 1% | - |
| XYZ | 46.85 | 40.22 | 99.9 | - |
| YUV | 172.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 255 | 0.33 | 0.38 | 0 | 0 | 247.42 | 1 | 0.81 |
| Hex | AA | 9E | FF | 21 | 26 | 0 | 0 | F7 | 64 | 51 |
| Octal | 252 | 236 | 377 | 41 | 46 | 0 | 0 | 367 | 144 | 121 |
| Binary | 10101010 | 10011110 | 11111111 | 100001 | 100110 | 0 | 0 | 11110111 | 1100100 | 1010001 |
Color Harmonies of #AA9EFF
Complementary color
Monochromatic Colors of #AA9EFF
Black with #AA9EFF
Text Example
Text Example
White with #AA9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9EFF; }
p { color: rgb(170,158,255); }
H1.HeaderClassName
{
color: #AA9EFF;
}
.AnyTagClassName
{
color: #AA9EFF;
}
</style>
background-color css
<style>
a { background-color: #AA9EFF; }
a { background-color: rgb(170,158,255); }
div.DivClassName
{
background-color: #AA9EFF;
}
.BgClassName
{
background-color: #AA9EFF;
}
</style>
border-color css
<style>
span { border-color: #AA9EFF; }
span { border-color: rgb(170,158,255); }
td.TdClassName
{
border-color: #AA9EFF;
}
.TagClassName
{
border-color: #AA9EFF;
}
</style>