Shades of Perano #A1AAEA
Tints of Perano #A1AAEA
RGB
CMYK
RGB Variations
Color information
#A1AAEA (or 0xA1AAEA) is known color: Perano. HEX triplet: A1, AA and EA. RGB value is (161,170,234). Sum of RGB (Red+Green+Blue) = 161+170+234=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAEA is #5E5515. Grayscale: #AEAEAE. Windows color (decimal): -6182166 or 15379105. OLE color: 15379105.
HSL color Cylindrical-coordinate representation of color #A1AAEA: hue angle of 232.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1AAEA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 170 | 234 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.08 |
| HSL | 232.6º | 0.63% | 0.77% | - |
| HSV(B) | 232.6º | 0.31% | 0.92% | - |
| XYZ | 43.92 | 42.27 | 83.69 | - |
| YUV | 174.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 234 | 0.31 | 0.27 | 0 | 0.08 | 232.6 | 0.63 | 0.77 |
| Hex | A1 | AA | EA | 1F | 1B | 0 | 8 | E9 | 3F | 4D |
| Octal | 241 | 252 | 352 | 37 | 33 | 0 | 10 | 351 | 77 | 115 |
| Binary | 10100001 | 10101010 | 11101010 | 11111 | 11011 | 0 | 1000 | 11101001 | 111111 | 1001101 |
Color Harmonies of #A1AAEA
Complementary color
Monochromatic Colors of #A1AAEA
Black with #A1AAEA
Text Example
Text Example
White with #A1AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAEA; }
p { color: rgb(161,170,234); }
H1.HeaderClassName
{
color: #A1AAEA;
}
.AnyTagClassName
{
color: #A1AAEA;
}
</style>
background-color css
<style>
a { background-color: #A1AAEA; }
a { background-color: rgb(161,170,234); }
div.DivClassName
{
background-color: #A1AAEA;
}
.BgClassName
{
background-color: #A1AAEA;
}
</style>
border-color css
<style>
span { border-color: #A1AAEA; }
span { border-color: rgb(161,170,234); }
td.TdClassName
{
border-color: #A1AAEA;
}
.TagClassName
{
border-color: #A1AAEA;
}
</style>