Shades of Perano #AAA6FA
Tints of Perano #AAA6FA
RGB
CMYK
RGB Variations
Color information
#AAA6FA (or 0xAAA6FA) is known color: Perano. HEX triplet: AA, A6 and FA. RGB value is (170,166,250). Sum of RGB (Red+Green+Blue) = 170+166+250=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6FA is #555905. Grayscale: #B0B0B0. Windows color (decimal): -5593350 or 16426666. OLE color: 16426666.
HSL color Cylindrical-coordinate representation of color #AAA6FA: hue angle of 242.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA6FA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 166 | 250 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.02 |
| HSL | 242.86º | 0.89% | 0.82% | - |
| HSV(B) | 242.86º | 0.34% | 0.98% | - |
| XYZ | 47.47 | 42.72 | 96.19 | - |
| YUV | 176.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 250 | 0.32 | 0.34 | 0 | 0.02 | 242.86 | 0.89 | 0.82 |
| Hex | AA | A6 | FA | 20 | 22 | 0 | 2 | F3 | 59 | 52 |
| Octal | 252 | 246 | 372 | 40 | 42 | 0 | 2 | 363 | 131 | 122 |
| Binary | 10101010 | 10100110 | 11111010 | 100000 | 100010 | 0 | 10 | 11110011 | 1011001 | 1010010 |
Color Harmonies of #AAA6FA
Complementary color
Monochromatic Colors of #AAA6FA
Black with #AAA6FA
Text Example
Text Example
White with #AAA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6FA; }
p { color: rgb(170,166,250); }
H1.HeaderClassName
{
color: #AAA6FA;
}
.AnyTagClassName
{
color: #AAA6FA;
}
</style>
background-color css
<style>
a { background-color: #AAA6FA; }
a { background-color: rgb(170,166,250); }
div.DivClassName
{
background-color: #AAA6FA;
}
.BgClassName
{
background-color: #AAA6FA;
}
</style>
border-color css
<style>
span { border-color: #AAA6FA; }
span { border-color: rgb(170,166,250); }
td.TdClassName
{
border-color: #AAA6FA;
}
.TagClassName
{
border-color: #AAA6FA;
}
</style>