Shades of Perano #A1AFE7
Tints of Perano #A1AFE7
RGB
CMYK
RGB Variations
Color information
#A1AFE7 (or 0xA1AFE7) is known color: Perano. HEX triplet: A1, AF and E7. RGB value is (161,175,231). Sum of RGB (Red+Green+Blue) = 161+175+231=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #A1AFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AFE7 is #5E5018. Grayscale: #B0B0B0. Windows color (decimal): -6180889 or 15183777. OLE color: 15183777.
HSL color Cylindrical-coordinate representation of color #A1AFE7: hue angle of 228º 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 #A1AFE7 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 175 | 231 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.09 |
| HSL | 228º | 0.59% | 0.77% | - |
| HSV(B) | 228º | 0.3% | 0.91% | - |
| XYZ | 44.45 | 44.01 | 81.75 | - |
| YUV | 177.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 231 | 0.30 | 0.24 | 0 | 0.09 | 228 | 0.59 | 0.77 |
| Hex | A1 | AF | E7 | 1E | 18 | 0 | 9 | E4 | 3B | 4D |
| Octal | 241 | 257 | 347 | 36 | 30 | 0 | 11 | 344 | 73 | 115 |
| Binary | 10100001 | 10101111 | 11100111 | 11110 | 11000 | 0 | 1001 | 11100100 | 111011 | 1001101 |
Color Harmonies of #A1AFE7
Complementary color
Monochromatic Colors of #A1AFE7
Black with #A1AFE7
Text Example
Text Example
White with #A1AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFE7; }
p { color: rgb(161,175,231); }
H1.HeaderClassName
{
color: #A1AFE7;
}
.AnyTagClassName
{
color: #A1AFE7;
}
</style>
background-color css
<style>
a { background-color: #A1AFE7; }
a { background-color: rgb(161,175,231); }
div.DivClassName
{
background-color: #A1AFE7;
}
.BgClassName
{
background-color: #A1AFE7;
}
</style>
border-color css
<style>
span { border-color: #A1AFE7; }
span { border-color: rgb(161,175,231); }
td.TdClassName
{
border-color: #A1AFE7;
}
.TagClassName
{
border-color: #A1AFE7;
}
</style>