Shades of Perano #A1AAFE
Tints of Perano #A1AAFE
RGB
CMYK
RGB Variations
Color information
#A1AAFE (or 0xA1AAFE) is known color: Perano. HEX triplet: A1, AA and FE. RGB value is (161,170,254). Sum of RGB (Red+Green+Blue) = 161+170+254=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAFE is #5E5501. Grayscale: #B0B0B0. Windows color (decimal): -6182146 or 16689825. OLE color: 16689825.
HSL color Cylindrical-coordinate representation of color #A1AAFE: hue angle of 234.19º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1AAFE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 170 | 254 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.00 |
| HSL | 234.19º | 0.98% | 0.81% | - |
| HSV(B) | 234.19º | 0.37% | 1% | - |
| XYZ | 46.96 | 43.48 | 99.68 | - |
| YUV | 176.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 254 | 0.37 | 0.33 | 0 | 0.00 | 234.19 | 0.98 | 0.81 |
| Hex | A1 | AA | FE | 25 | 21 | 0 | 0 | EA | 62 | 51 |
| Octal | 241 | 252 | 376 | 45 | 41 | 0 | 0 | 352 | 142 | 121 |
| Binary | 10100001 | 10101010 | 11111110 | 100101 | 100001 | 0 | 0 | 11101010 | 1100010 | 1010001 |
Color Harmonies of #A1AAFE
Complementary color
Monochromatic Colors of #A1AAFE
Black with #A1AAFE
Text Example
Text Example
White with #A1AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAFE; }
p { color: rgb(161,170,254); }
H1.HeaderClassName
{
color: #A1AAFE;
}
.AnyTagClassName
{
color: #A1AAFE;
}
</style>
background-color css
<style>
a { background-color: #A1AAFE; }
a { background-color: rgb(161,170,254); }
div.DivClassName
{
background-color: #A1AAFE;
}
.BgClassName
{
background-color: #A1AAFE;
}
</style>
border-color css
<style>
span { border-color: #A1AAFE; }
span { border-color: rgb(161,170,254); }
td.TdClassName
{
border-color: #A1AAFE;
}
.TagClassName
{
border-color: #A1AAFE;
}
</style>