Shades of Perano #A1AAF8
Tints of Perano #A1AAF8
RGB
CMYK
RGB Variations
Color information
#A1AAF8 (or 0xA1AAF8) is known color: Perano. HEX triplet: A1, AA and F8. RGB value is (161,170,248). Sum of RGB (Red+Green+Blue) = 161+170+248=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #A1AAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAF8 is #5E5507. Grayscale: #AFAFAF. Windows color (decimal): -6182152 or 16296609. OLE color: 16296609.
HSL color Cylindrical-coordinate representation of color #A1AAF8: hue angle of 233.79º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1AAF8 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 170 | 248 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.03 |
| HSL | 233.79º | 0.86% | 0.8% | - |
| HSV(B) | 233.79º | 0.35% | 0.97% | - |
| XYZ | 46.02 | 43.1 | 94.7 | - |
| YUV | 176.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 248 | 0.35 | 0.31 | 0 | 0.03 | 233.79 | 0.86 | 0.8 |
| Hex | A1 | AA | F8 | 23 | 1F | 0 | 3 | EA | 56 | 50 |
| Octal | 241 | 252 | 370 | 43 | 37 | 0 | 3 | 352 | 126 | 120 |
| Binary | 10100001 | 10101010 | 11111000 | 100011 | 11111 | 0 | 11 | 11101010 | 1010110 | 1010000 |
Color Harmonies of #A1AAF8
Complementary color
Monochromatic Colors of #A1AAF8
Black with #A1AAF8
Text Example
Text Example
White with #A1AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAF8; }
p { color: rgb(161,170,248); }
H1.HeaderClassName
{
color: #A1AAF8;
}
.AnyTagClassName
{
color: #A1AAF8;
}
</style>
background-color css
<style>
a { background-color: #A1AAF8; }
a { background-color: rgb(161,170,248); }
div.DivClassName
{
background-color: #A1AAF8;
}
.BgClassName
{
background-color: #A1AAF8;
}
</style>
border-color css
<style>
span { border-color: #A1AAF8; }
span { border-color: rgb(161,170,248); }
td.TdClassName
{
border-color: #A1AAF8;
}
.TagClassName
{
border-color: #A1AAF8;
}
</style>