Shades of Perano #AAA6F8
Tints of Perano #AAA6F8
RGB
CMYK
RGB Variations
Color information
#AAA6F8 (or 0xAAA6F8) is known color: Perano. HEX triplet: AA, A6 and F8. RGB value is (170,166,248). Sum of RGB (Red+Green+Blue) = 170+166+248=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAA6F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6F8 is #555907. Grayscale: #B0B0B0. Windows color (decimal): -5593352 or 16295594. OLE color: 16295594.
HSL color Cylindrical-coordinate representation of color #AAA6F8: hue angle of 242.93º degrees, saturation: 0.85, 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 #AAA6F8 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 166 | 248 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.03 |
| HSL | 242.93º | 0.85% | 0.81% | - |
| HSV(B) | 242.93º | 0.33% | 0.97% | - |
| XYZ | 47.16 | 42.6 | 94.54 | - |
| YUV | 176.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 248 | 0.31 | 0.33 | 0 | 0.03 | 242.93 | 0.85 | 0.81 |
| Hex | AA | A6 | F8 | 1F | 21 | 0 | 3 | F3 | 55 | 51 |
| Octal | 252 | 246 | 370 | 37 | 41 | 0 | 3 | 363 | 125 | 121 |
| Binary | 10101010 | 10100110 | 11111000 | 11111 | 100001 | 0 | 11 | 11110011 | 1010101 | 1010001 |
Color Harmonies of #AAA6F8
Complementary color
Monochromatic Colors of #AAA6F8
Black with #AAA6F8
Text Example
Text Example
White with #AAA6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6F8; }
p { color: rgb(170,166,248); }
H1.HeaderClassName
{
color: #AAA6F8;
}
.AnyTagClassName
{
color: #AAA6F8;
}
</style>
background-color css
<style>
a { background-color: #AAA6F8; }
a { background-color: rgb(170,166,248); }
div.DivClassName
{
background-color: #AAA6F8;
}
.BgClassName
{
background-color: #AAA6F8;
}
</style>
border-color css
<style>
span { border-color: #AAA6F8; }
span { border-color: rgb(170,166,248); }
td.TdClassName
{
border-color: #AAA6F8;
}
.TagClassName
{
border-color: #AAA6F8;
}
</style>