Shades of Perano #A1A9E7
Tints of Perano #A1A9E7
RGB
CMYK
RGB Variations
Color information
#A1A9E7 (or 0xA1A9E7) is known color: Perano. HEX triplet: A1, A9 and E7. RGB value is (161,169,231). Sum of RGB (Red+Green+Blue) = 161+169+231=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #A1A9E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A9E7 is #5E5618. Grayscale: #ADADAD. Windows color (decimal): -6182425 or 15182241. OLE color: 15182241.
HSL color Cylindrical-coordinate representation of color #A1A9E7: hue angle of 233.14º 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 #A1A9E7 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 169 | 231 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.09 |
| HSL | 233.14º | 0.59% | 0.77% | - |
| HSV(B) | 233.14º | 0.3% | 0.91% | - |
| XYZ | 43.31 | 41.72 | 81.37 | - |
| YUV | 173.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 231 | 0.30 | 0.27 | 0 | 0.09 | 233.14 | 0.59 | 0.77 |
| Hex | A1 | A9 | E7 | 1E | 1B | 0 | 9 | E9 | 3B | 4D |
| Octal | 241 | 251 | 347 | 36 | 33 | 0 | 11 | 351 | 73 | 115 |
| Binary | 10100001 | 10101001 | 11100111 | 11110 | 11011 | 0 | 1001 | 11101001 | 111011 | 1001101 |
Color Harmonies of #A1A9E7
Complementary color
Monochromatic Colors of #A1A9E7
Black with #A1A9E7
Text Example
Text Example
White with #A1A9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A9E7; }
p { color: rgb(161,169,231); }
H1.HeaderClassName
{
color: #A1A9E7;
}
.AnyTagClassName
{
color: #A1A9E7;
}
</style>
background-color css
<style>
a { background-color: #A1A9E7; }
a { background-color: rgb(161,169,231); }
div.DivClassName
{
background-color: #A1A9E7;
}
.BgClassName
{
background-color: #A1A9E7;
}
</style>
border-color css
<style>
span { border-color: #A1A9E7; }
span { border-color: rgb(161,169,231); }
td.TdClassName
{
border-color: #A1A9E7;
}
.TagClassName
{
border-color: #A1A9E7;
}
</style>