Shades of Perano #A1AFE9
Tints of Perano #A1AFE9
RGB
CMYK
RGB Variations
Color information
#A1AFE9 (or 0xA1AFE9) is known color: Perano. HEX triplet: A1, AF and E9. RGB value is (161,175,233). Sum of RGB (Red+Green+Blue) = 161+175+233=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #A1AFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AFE9 is #5E5016. Grayscale: #B1B1B1. Windows color (decimal): -6180887 or 15314849. OLE color: 15314849.
HSL color Cylindrical-coordinate representation of color #A1AFE9: hue angle of 228.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1AFE9 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 175 | 233 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.09 |
| HSL | 228.33º | 0.62% | 0.77% | - |
| HSV(B) | 228.33º | 0.31% | 0.91% | - |
| XYZ | 44.74 | 44.12 | 83.25 | - |
| YUV | 177.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 233 | 0.31 | 0.25 | 0 | 0.09 | 228.33 | 0.62 | 0.77 |
| Hex | A1 | AF | E9 | 1F | 19 | 0 | 9 | E4 | 3E | 4D |
| Octal | 241 | 257 | 351 | 37 | 31 | 0 | 11 | 344 | 76 | 115 |
| Binary | 10100001 | 10101111 | 11101001 | 11111 | 11001 | 0 | 1001 | 11100100 | 111110 | 1001101 |
Color Harmonies of #A1AFE9
Complementary color
Monochromatic Colors of #A1AFE9
Black with #A1AFE9
Text Example
Text Example
White with #A1AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFE9; }
p { color: rgb(161,175,233); }
H1.HeaderClassName
{
color: #A1AFE9;
}
.AnyTagClassName
{
color: #A1AFE9;
}
</style>
background-color css
<style>
a { background-color: #A1AFE9; }
a { background-color: rgb(161,175,233); }
div.DivClassName
{
background-color: #A1AFE9;
}
.BgClassName
{
background-color: #A1AFE9;
}
</style>
border-color css
<style>
span { border-color: #A1AFE9; }
span { border-color: rgb(161,175,233); }
td.TdClassName
{
border-color: #A1AFE9;
}
.TagClassName
{
border-color: #A1AFE9;
}
</style>