Shades of Perano #A1AAF1
Tints of Perano #A1AAF1
RGB
CMYK
RGB Variations
Color information
#A1AAF1 (or 0xA1AAF1) is known color: Perano. HEX triplet: A1, AA and F1. RGB value is (161,170,241). Sum of RGB (Red+Green+Blue) = 161+170+241=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAF1 is #5E550E. Grayscale: #AFAFAF. Windows color (decimal): -6182159 or 15837857. OLE color: 15837857.
HSL color Cylindrical-coordinate representation of color #A1AAF1: hue angle of 233.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1AAF1 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 170 | 241 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.05 |
| HSL | 233.25º | 0.74% | 0.79% | - |
| HSV(B) | 233.25º | 0.33% | 0.95% | - |
| XYZ | 44.95 | 42.68 | 89.09 | - |
| YUV | 175.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 241 | 0.33 | 0.29 | 0 | 0.05 | 233.25 | 0.74 | 0.79 |
| Hex | A1 | AA | F1 | 21 | 1D | 0 | 5 | E9 | 4A | 4F |
| Octal | 241 | 252 | 361 | 41 | 35 | 0 | 5 | 351 | 112 | 117 |
| Binary | 10100001 | 10101010 | 11110001 | 100001 | 11101 | 0 | 101 | 11101001 | 1001010 | 1001111 |
Color Harmonies of #A1AAF1
Complementary color
Monochromatic Colors of #A1AAF1
Black with #A1AAF1
Text Example
Text Example
White with #A1AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAF1; }
p { color: rgb(161,170,241); }
H1.HeaderClassName
{
color: #A1AAF1;
}
.AnyTagClassName
{
color: #A1AAF1;
}
</style>
background-color css
<style>
a { background-color: #A1AAF1; }
a { background-color: rgb(161,170,241); }
div.DivClassName
{
background-color: #A1AAF1;
}
.BgClassName
{
background-color: #A1AAF1;
}
</style>
border-color css
<style>
span { border-color: #A1AAF1; }
span { border-color: rgb(161,170,241); }
td.TdClassName
{
border-color: #A1AAF1;
}
.TagClassName
{
border-color: #A1AAF1;
}
</style>