Shades of Perano #A1A9FF
Tints of Perano #A1A9FF
RGB
CMYK
RGB Variations
Color information
#A1A9FF (or 0xA1A9FF) is known color: Perano. HEX triplet: A1, A9 and FF. RGB value is (161,169,255). Sum of RGB (Red+Green+Blue) = 161+169+255=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1A9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A9FF is #5E5600. Grayscale: #B0B0B0. Windows color (decimal): -6182401 or 16755105. OLE color: 16755105.
HSL color Cylindrical-coordinate representation of color #A1A9FF: hue angle of 234.89º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1A9FF is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 169 | 255 | - |
| CMYK | 0.37 | 0.34 | 0 | 0 |
| HSL | 234.89º | 1% | 0.82% | - |
| HSV(B) | 234.89º | 0.37% | 1% | - |
| XYZ | 46.94 | 43.17 | 100.47 | - |
| YUV | 176.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 255 | 0.37 | 0.34 | 0 | 0 | 234.89 | 1 | 0.82 |
| Hex | A1 | A9 | FF | 25 | 22 | 0 | 0 | EB | 64 | 52 |
| Octal | 241 | 251 | 377 | 45 | 42 | 0 | 0 | 353 | 144 | 122 |
| Binary | 10100001 | 10101001 | 11111111 | 100101 | 100010 | 0 | 0 | 11101011 | 1100100 | 1010010 |
Color Harmonies of #A1A9FF
Complementary color
Monochromatic Colors of #A1A9FF
Black with #A1A9FF
Text Example
Text Example
White with #A1A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A9FF; }
p { color: rgb(161,169,255); }
H1.HeaderClassName
{
color: #A1A9FF;
}
.AnyTagClassName
{
color: #A1A9FF;
}
</style>
background-color css
<style>
a { background-color: #A1A9FF; }
a { background-color: rgb(161,169,255); }
div.DivClassName
{
background-color: #A1A9FF;
}
.BgClassName
{
background-color: #A1A9FF;
}
</style>
border-color css
<style>
span { border-color: #A1A9FF; }
span { border-color: rgb(161,169,255); }
td.TdClassName
{
border-color: #A1A9FF;
}
.TagClassName
{
border-color: #A1A9FF;
}
</style>