Shades of Perano #AAA7F9
Tints of Perano #AAA7F9
RGB
CMYK
RGB Variations
Color information
#AAA7F9 (or 0xAAA7F9) is known color: Perano. HEX triplet: AA, A7 and F9. RGB value is (170,167,249). Sum of RGB (Red+Green+Blue) = 170+167+249=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAA7F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA7F9 is #555806. Grayscale: #B0B0B0. Windows color (decimal): -5593095 or 16361386. OLE color: 16361386.
HSL color Cylindrical-coordinate representation of color #AAA7F9: hue angle of 242.2º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA7F9 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 167 | 249 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.02 |
| HSL | 242.2º | 0.87% | 0.82% | - |
| HSV(B) | 242.2º | 0.33% | 0.98% | - |
| XYZ | 47.5 | 43.02 | 95.42 | - |
| YUV | 177.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 249 | 0.32 | 0.33 | 0 | 0.02 | 242.2 | 0.87 | 0.82 |
| Hex | AA | A7 | F9 | 20 | 21 | 0 | 2 | F2 | 57 | 52 |
| Octal | 252 | 247 | 371 | 40 | 41 | 0 | 2 | 362 | 127 | 122 |
| Binary | 10101010 | 10100111 | 11111001 | 100000 | 100001 | 0 | 10 | 11110010 | 1010111 | 1010010 |
Color Harmonies of #AAA7F9
Complementary color
Monochromatic Colors of #AAA7F9
Black with #AAA7F9
Text Example
Text Example
White with #AAA7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7F9; }
p { color: rgb(170,167,249); }
H1.HeaderClassName
{
color: #AAA7F9;
}
.AnyTagClassName
{
color: #AAA7F9;
}
</style>
background-color css
<style>
a { background-color: #AAA7F9; }
a { background-color: rgb(170,167,249); }
div.DivClassName
{
background-color: #AAA7F9;
}
.BgClassName
{
background-color: #AAA7F9;
}
</style>
border-color css
<style>
span { border-color: #AAA7F9; }
span { border-color: rgb(170,167,249); }
td.TdClassName
{
border-color: #AAA7F9;
}
.TagClassName
{
border-color: #AAA7F9;
}
</style>