Shades of Perano #A1AFEB
Tints of Perano #A1AFEB
RGB
CMYK
RGB Variations
Color information
#A1AFEB (or 0xA1AFEB) is known color: Perano. HEX triplet: A1, AF and EB. RGB value is (161,175,235). Sum of RGB (Red+Green+Blue) = 161+175+235=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AFEB is #5E5014. Grayscale: #B1B1B1. Windows color (decimal): -6180885 or 15445921. OLE color: 15445921.
HSL color Cylindrical-coordinate representation of color #A1AFEB: hue angle of 228.65º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1AFEB is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 175 | 235 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.08 |
| HSL | 228.65º | 0.65% | 0.78% | - |
| HSV(B) | 228.65º | 0.31% | 0.92% | - |
| XYZ | 45.02 | 44.24 | 84.76 | - |
| YUV | 177.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 235 | 0.31 | 0.26 | 0 | 0.08 | 228.65 | 0.65 | 0.78 |
| Hex | A1 | AF | EB | 1F | 1A | 0 | 8 | E5 | 41 | 4E |
| Octal | 241 | 257 | 353 | 37 | 32 | 0 | 10 | 345 | 101 | 116 |
| Binary | 10100001 | 10101111 | 11101011 | 11111 | 11010 | 0 | 1000 | 11100101 | 1000001 | 1001110 |
Color Harmonies of #A1AFEB
Complementary color
Monochromatic Colors of #A1AFEB
Black with #A1AFEB
Text Example
Text Example
White with #A1AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFEB; }
p { color: rgb(161,175,235); }
H1.HeaderClassName
{
color: #A1AFEB;
}
.AnyTagClassName
{
color: #A1AFEB;
}
</style>
background-color css
<style>
a { background-color: #A1AFEB; }
a { background-color: rgb(161,175,235); }
div.DivClassName
{
background-color: #A1AFEB;
}
.BgClassName
{
background-color: #A1AFEB;
}
</style>
border-color css
<style>
span { border-color: #A1AFEB; }
span { border-color: rgb(161,175,235); }
td.TdClassName
{
border-color: #A1AFEB;
}
.TagClassName
{
border-color: #A1AFEB;
}
</style>