Shades of Perano #A9B1E5
Tints of Perano #A9B1E5
RGB
CMYK
RGB Variations
Color information
#A9B1E5 (or 0xA9B1E5) is known color: Perano. HEX triplet: A9, B1 and E5. RGB value is (169,177,229). Sum of RGB (Red+Green+Blue) = 169+177+229=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #A9B1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B1E5 is #564E1A. Grayscale: #B4B4B4. Windows color (decimal): -5656091 or 15053225. OLE color: 15053225.
HSL color Cylindrical-coordinate representation of color #A9B1E5: hue angle of 232º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9B1E5 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 177 | 229 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.10 |
| HSL | 232º | 0.54% | 0.78% | - |
| HSV(B) | 232º | 0.26% | 0.9% | - |
| XYZ | 46.23 | 45.54 | 80.48 | - |
| YUV | 180.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 229 | 0.26 | 0.23 | 0 | 0.10 | 232 | 0.54 | 0.78 |
| Hex | A9 | B1 | E5 | 1A | 17 | 0 | A | E8 | 36 | 4E |
| Octal | 251 | 261 | 345 | 32 | 27 | 0 | 12 | 350 | 66 | 116 |
| Binary | 10101001 | 10110001 | 11100101 | 11010 | 10111 | 0 | 1010 | 11101000 | 110110 | 1001110 |
Color Harmonies of #A9B1E5
Complementary color
Monochromatic Colors of #A9B1E5
Black with #A9B1E5
Text Example
Text Example
White with #A9B1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B1E5; }
p { color: rgb(169,177,229); }
H1.HeaderClassName
{
color: #A9B1E5;
}
.AnyTagClassName
{
color: #A9B1E5;
}
</style>
background-color css
<style>
a { background-color: #A9B1E5; }
a { background-color: rgb(169,177,229); }
div.DivClassName
{
background-color: #A9B1E5;
}
.BgClassName
{
background-color: #A9B1E5;
}
</style>
border-color css
<style>
span { border-color: #A9B1E5; }
span { border-color: rgb(169,177,229); }
td.TdClassName
{
border-color: #A9B1E5;
}
.TagClassName
{
border-color: #A9B1E5;
}
</style>