Shades of Perano #A1AAF6
Tints of Perano #A1AAF6
RGB
CMYK
RGB Variations
Color information
#A1AAF6 (or 0xA1AAF6) is known color: Perano. HEX triplet: A1, AA and F6. RGB value is (161,170,246). Sum of RGB (Red+Green+Blue) = 161+170+246=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1AAF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAF6 is #5E5509. Grayscale: #AFAFAF. Windows color (decimal): -6182154 or 16165537. OLE color: 16165537.
HSL color Cylindrical-coordinate representation of color #A1AAF6: hue angle of 233.65º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1AAF6 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 170 | 246 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.04 |
| HSL | 233.65º | 0.83% | 0.8% | - |
| HSV(B) | 233.65º | 0.35% | 0.96% | - |
| XYZ | 45.71 | 42.98 | 93.08 | - |
| YUV | 175.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 246 | 0.35 | 0.31 | 0 | 0.04 | 233.65 | 0.83 | 0.8 |
| Hex | A1 | AA | F6 | 23 | 1F | 0 | 4 | EA | 53 | 50 |
| Octal | 241 | 252 | 366 | 43 | 37 | 0 | 4 | 352 | 123 | 120 |
| Binary | 10100001 | 10101010 | 11110110 | 100011 | 11111 | 0 | 100 | 11101010 | 1010011 | 1010000 |
Color Harmonies of #A1AAF6
Complementary color
Monochromatic Colors of #A1AAF6
Black with #A1AAF6
Text Example
Text Example
White with #A1AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAF6; }
p { color: rgb(161,170,246); }
H1.HeaderClassName
{
color: #A1AAF6;
}
.AnyTagClassName
{
color: #A1AAF6;
}
</style>
background-color css
<style>
a { background-color: #A1AAF6; }
a { background-color: rgb(161,170,246); }
div.DivClassName
{
background-color: #A1AAF6;
}
.BgClassName
{
background-color: #A1AAF6;
}
</style>
border-color css
<style>
span { border-color: #A1AAF6; }
span { border-color: rgb(161,170,246); }
td.TdClassName
{
border-color: #A1AAF6;
}
.TagClassName
{
border-color: #A1AAF6;
}
</style>