Shades of Perano #AAA6F1
Tints of Perano #AAA6F1
RGB
CMYK
RGB Variations
Color information
#AAA6F1 (or 0xAAA6F1) is known color: Perano. HEX triplet: AA, A6 and F1. RGB value is (170,166,241). Sum of RGB (Red+Green+Blue) = 170+166+241=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAA6F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6F1 is #55590E. Grayscale: #AFAFAF. Windows color (decimal): -5593359 or 15836842. OLE color: 15836842.
HSL color Cylindrical-coordinate representation of color #AAA6F1: hue angle of 243.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA6F1 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 166 | 241 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.05 |
| HSL | 243.2º | 0.73% | 0.8% | - |
| HSV(B) | 243.2º | 0.31% | 0.95% | - |
| XYZ | 46.09 | 42.17 | 88.93 | - |
| YUV | 175.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 241 | 0.29 | 0.31 | 0 | 0.05 | 243.2 | 0.73 | 0.8 |
| Hex | AA | A6 | F1 | 1D | 1F | 0 | 5 | F3 | 49 | 50 |
| Octal | 252 | 246 | 361 | 35 | 37 | 0 | 5 | 363 | 111 | 120 |
| Binary | 10101010 | 10100110 | 11110001 | 11101 | 11111 | 0 | 101 | 11110011 | 1001001 | 1010000 |
Color Harmonies of #AAA6F1
Complementary color
Monochromatic Colors of #AAA6F1
Black with #AAA6F1
Text Example
Text Example
White with #AAA6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6F1; }
p { color: rgb(170,166,241); }
H1.HeaderClassName
{
color: #AAA6F1;
}
.AnyTagClassName
{
color: #AAA6F1;
}
</style>
background-color css
<style>
a { background-color: #AAA6F1; }
a { background-color: rgb(170,166,241); }
div.DivClassName
{
background-color: #AAA6F1;
}
.BgClassName
{
background-color: #AAA6F1;
}
</style>
border-color css
<style>
span { border-color: #AAA6F1; }
span { border-color: rgb(170,166,241); }
td.TdClassName
{
border-color: #AAA6F1;
}
.TagClassName
{
border-color: #AAA6F1;
}
</style>