Shades of Perano #AAA6F7
Tints of Perano #AAA6F7
RGB
CMYK
RGB Variations
Color information
#AAA6F7 (or 0xAAA6F7) is known color: Perano. HEX triplet: AA, A6 and F7. RGB value is (170,166,247). Sum of RGB (Red+Green+Blue) = 170+166+247=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAA6F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6F7 is #555908. Grayscale: #B0B0B0. Windows color (decimal): -5593353 or 16230058. OLE color: 16230058.
HSL color Cylindrical-coordinate representation of color #AAA6F7: hue angle of 242.96º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA6F7 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 166 | 247 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.03 |
| HSL | 242.96º | 0.84% | 0.81% | - |
| HSV(B) | 242.96º | 0.33% | 0.97% | - |
| XYZ | 47 | 42.53 | 93.73 | - |
| YUV | 176.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 247 | 0.31 | 0.33 | 0 | 0.03 | 242.96 | 0.84 | 0.81 |
| Hex | AA | A6 | F7 | 1F | 21 | 0 | 3 | F3 | 54 | 51 |
| Octal | 252 | 246 | 367 | 37 | 41 | 0 | 3 | 363 | 124 | 121 |
| Binary | 10101010 | 10100110 | 11110111 | 11111 | 100001 | 0 | 11 | 11110011 | 1010100 | 1010001 |
Color Harmonies of #AAA6F7
Complementary color
Monochromatic Colors of #AAA6F7
Black with #AAA6F7
Text Example
Text Example
White with #AAA6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6F7; }
p { color: rgb(170,166,247); }
H1.HeaderClassName
{
color: #AAA6F7;
}
.AnyTagClassName
{
color: #AAA6F7;
}
</style>
background-color css
<style>
a { background-color: #AAA6F7; }
a { background-color: rgb(170,166,247); }
div.DivClassName
{
background-color: #AAA6F7;
}
.BgClassName
{
background-color: #AAA6F7;
}
</style>
border-color css
<style>
span { border-color: #AAA6F7; }
span { border-color: rgb(170,166,247); }
td.TdClassName
{
border-color: #AAA6F7;
}
.TagClassName
{
border-color: #AAA6F7;
}
</style>