Shades of Perano #A1AEE7
Tints of Perano #A1AEE7
RGB
CMYK
RGB Variations
Color information
#A1AEE7 (or 0xA1AEE7) is known color: Perano. HEX triplet: A1, AE and E7. RGB value is (161,174,231). Sum of RGB (Red+Green+Blue) = 161+174+231=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #A1AEE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEE7 is #5E5118. Grayscale: #B0B0B0. Windows color (decimal): -6181145 or 15183521. OLE color: 15183521.
HSL color Cylindrical-coordinate representation of color #A1AEE7: hue angle of 228.86º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1AEE7 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 174 | 231 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.09 |
| HSL | 228.86º | 0.59% | 0.77% | - |
| HSV(B) | 228.86º | 0.3% | 0.91% | - |
| XYZ | 44.26 | 43.62 | 81.69 | - |
| YUV | 176.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 231 | 0.30 | 0.25 | 0 | 0.09 | 228.86 | 0.59 | 0.77 |
| Hex | A1 | AE | E7 | 1E | 19 | 0 | 9 | E5 | 3B | 4D |
| Octal | 241 | 256 | 347 | 36 | 31 | 0 | 11 | 345 | 73 | 115 |
| Binary | 10100001 | 10101110 | 11100111 | 11110 | 11001 | 0 | 1001 | 11100101 | 111011 | 1001101 |
Color Harmonies of #A1AEE7
Complementary color
Monochromatic Colors of #A1AEE7
Black with #A1AEE7
Text Example
Text Example
White with #A1AEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AEE7; }
p { color: rgb(161,174,231); }
H1.HeaderClassName
{
color: #A1AEE7;
}
.AnyTagClassName
{
color: #A1AEE7;
}
</style>
background-color css
<style>
a { background-color: #A1AEE7; }
a { background-color: rgb(161,174,231); }
div.DivClassName
{
background-color: #A1AEE7;
}
.BgClassName
{
background-color: #A1AEE7;
}
</style>
border-color css
<style>
span { border-color: #A1AEE7; }
span { border-color: rgb(161,174,231); }
td.TdClassName
{
border-color: #A1AEE7;
}
.TagClassName
{
border-color: #A1AEE7;
}
</style>