Shades of Perano #AAA3F8
Tints of Perano #AAA3F8
RGB
CMYK
RGB Variations
Color information
#AAA3F8 (or 0xAAA3F8) is known color: Perano. HEX triplet: AA, A3 and F8. RGB value is (170,163,248). Sum of RGB (Red+Green+Blue) = 170+163+248=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAA3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA3F8 is #555C07. Grayscale: #AEAEAE. Windows color (decimal): -5594120 or 16294826. OLE color: 16294826.
HSL color Cylindrical-coordinate representation of color #AAA3F8: hue angle of 244.94º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA3F8 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 163 | 248 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.03 |
| HSL | 244.94º | 0.86% | 0.81% | - |
| HSV(B) | 244.94º | 0.34% | 0.97% | - |
| XYZ | 46.62 | 41.52 | 94.36 | - |
| YUV | 174.78 | 169.32 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 248 | 0.31 | 0.34 | 0 | 0.03 | 244.94 | 0.86 | 0.81 |
| Hex | AA | A3 | F8 | 1F | 22 | 0 | 3 | F5 | 56 | 51 |
| Octal | 252 | 243 | 370 | 37 | 42 | 0 | 3 | 365 | 126 | 121 |
| Binary | 10101010 | 10100011 | 11111000 | 11111 | 100010 | 0 | 11 | 11110101 | 1010110 | 1010001 |
Color Harmonies of #AAA3F8
Complementary color
Monochromatic Colors of #AAA3F8
Black with #AAA3F8
Text Example
Text Example
White with #AAA3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3F8; }
p { color: rgb(170,163,248); }
H1.HeaderClassName
{
color: #AAA3F8;
}
.AnyTagClassName
{
color: #AAA3F8;
}
</style>
background-color css
<style>
a { background-color: #AAA3F8; }
a { background-color: rgb(170,163,248); }
div.DivClassName
{
background-color: #AAA3F8;
}
.BgClassName
{
background-color: #AAA3F8;
}
</style>
border-color css
<style>
span { border-color: #AAA3F8; }
span { border-color: rgb(170,163,248); }
td.TdClassName
{
border-color: #AAA3F8;
}
.TagClassName
{
border-color: #AAA3F8;
}
</style>