Shades of Perano #AAA8F7
Tints of Perano #AAA8F7
RGB
CMYK
RGB Variations
Color information
#AAA8F7 (or 0xAAA8F7) is known color: Perano. HEX triplet: AA, A8 and F7. RGB value is (170,168,247). Sum of RGB (Red+Green+Blue) = 170+168+247=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAA8F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA8F7 is #555708. Grayscale: #B1B1B1. Windows color (decimal): -5592841 or 16230570. OLE color: 16230570.
HSL color Cylindrical-coordinate representation of color #AAA8F7: hue angle of 241.52º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA8F7 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 168 | 247 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.03 |
| HSL | 241.52º | 0.83% | 0.81% | - |
| HSV(B) | 241.52º | 0.32% | 0.97% | - |
| XYZ | 47.37 | 43.27 | 93.85 | - |
| YUV | 177.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 247 | 0.31 | 0.32 | 0 | 0.03 | 241.52 | 0.83 | 0.81 |
| Hex | AA | A8 | F7 | 1F | 20 | 0 | 3 | F2 | 53 | 51 |
| Octal | 252 | 250 | 367 | 37 | 40 | 0 | 3 | 362 | 123 | 121 |
| Binary | 10101010 | 10101000 | 11110111 | 11111 | 100000 | 0 | 11 | 11110010 | 1010011 | 1010001 |
Color Harmonies of #AAA8F7
Complementary color
Monochromatic Colors of #AAA8F7
Black with #AAA8F7
Text Example
Text Example
White with #AAA8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8F7; }
p { color: rgb(170,168,247); }
H1.HeaderClassName
{
color: #AAA8F7;
}
.AnyTagClassName
{
color: #AAA8F7;
}
</style>
background-color css
<style>
a { background-color: #AAA8F7; }
a { background-color: rgb(170,168,247); }
div.DivClassName
{
background-color: #AAA8F7;
}
.BgClassName
{
background-color: #AAA8F7;
}
</style>
border-color css
<style>
span { border-color: #AAA8F7; }
span { border-color: rgb(170,168,247); }
td.TdClassName
{
border-color: #AAA8F7;
}
.TagClassName
{
border-color: #AAA8F7;
}
</style>