Shades of Perano #AAA2F7
Tints of Perano #AAA2F7
RGB
CMYK
RGB Variations
Color information
#AAA2F7 (or 0xAAA2F7) is known color: Perano. HEX triplet: AA, A2 and F7. RGB value is (170,162,247). Sum of RGB (Red+Green+Blue) = 170+162+247=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAA2F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2F7 is #555D08. Grayscale: #ADADAD. Windows color (decimal): -5594377 or 16229034. OLE color: 16229034.
HSL color Cylindrical-coordinate representation of color #AAA2F7: hue angle of 245.65º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA2F7 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 162 | 247 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.03 |
| HSL | 245.65º | 0.84% | 0.8% | - |
| HSV(B) | 245.65º | 0.34% | 0.97% | - |
| XYZ | 46.29 | 41.1 | 93.49 | - |
| YUV | 174.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 247 | 0.31 | 0.34 | 0 | 0.03 | 245.65 | 0.84 | 0.8 |
| Hex | AA | A2 | F7 | 1F | 22 | 0 | 3 | F6 | 54 | 50 |
| Octal | 252 | 242 | 367 | 37 | 42 | 0 | 3 | 366 | 124 | 120 |
| Binary | 10101010 | 10100010 | 11110111 | 11111 | 100010 | 0 | 11 | 11110110 | 1010100 | 1010000 |
Color Harmonies of #AAA2F7
Complementary color
Monochromatic Colors of #AAA2F7
Black with #AAA2F7
Text Example
Text Example
White with #AAA2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2F7; }
p { color: rgb(170,162,247); }
H1.HeaderClassName
{
color: #AAA2F7;
}
.AnyTagClassName
{
color: #AAA2F7;
}
</style>
background-color css
<style>
a { background-color: #AAA2F7; }
a { background-color: rgb(170,162,247); }
div.DivClassName
{
background-color: #AAA2F7;
}
.BgClassName
{
background-color: #AAA2F7;
}
</style>
border-color css
<style>
span { border-color: #AAA2F7; }
span { border-color: rgb(170,162,247); }
td.TdClassName
{
border-color: #AAA2F7;
}
.TagClassName
{
border-color: #AAA2F7;
}
</style>