Shades of Perano #A1A9EF
Tints of Perano #A1A9EF
RGB
CMYK
RGB Variations
Color information
#A1A9EF (or 0xA1A9EF) is known color: Perano. HEX triplet: A1, A9 and EF. RGB value is (161,169,239). Sum of RGB (Red+Green+Blue) = 161+169+239=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1A9EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A9EF is #5E5610. Grayscale: #AEAEAE. Windows color (decimal): -6182417 or 15706529. OLE color: 15706529.
HSL color Cylindrical-coordinate representation of color #A1A9EF: hue angle of 233.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A9EF is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 169 | 239 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.06 |
| HSL | 233.85º | 0.71% | 0.78% | - |
| HSV(B) | 233.85º | 0.33% | 0.94% | - |
| XYZ | 44.47 | 42.19 | 87.46 | - |
| YUV | 174.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 239 | 0.33 | 0.29 | 0 | 0.06 | 233.85 | 0.71 | 0.78 |
| Hex | A1 | A9 | EF | 21 | 1D | 0 | 6 | EA | 47 | 4E |
| Octal | 241 | 251 | 357 | 41 | 35 | 0 | 6 | 352 | 107 | 116 |
| Binary | 10100001 | 10101001 | 11101111 | 100001 | 11101 | 0 | 110 | 11101010 | 1000111 | 1001110 |
Color Harmonies of #A1A9EF
Complementary color
Monochromatic Colors of #A1A9EF
Black with #A1A9EF
Text Example
Text Example
White with #A1A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A9EF; }
p { color: rgb(161,169,239); }
H1.HeaderClassName
{
color: #A1A9EF;
}
.AnyTagClassName
{
color: #A1A9EF;
}
</style>
background-color css
<style>
a { background-color: #A1A9EF; }
a { background-color: rgb(161,169,239); }
div.DivClassName
{
background-color: #A1A9EF;
}
.BgClassName
{
background-color: #A1A9EF;
}
</style>
border-color css
<style>
span { border-color: #A1A9EF; }
span { border-color: rgb(161,169,239); }
td.TdClassName
{
border-color: #A1A9EF;
}
.TagClassName
{
border-color: #A1A9EF;
}
</style>