Shades of Perano #A1AFEE
Tints of Perano #A1AFEE
RGB
CMYK
RGB Variations
Color information
#A1AFEE (or 0xA1AFEE) is known color: Perano. HEX triplet: A1, AF and EE. RGB value is (161,175,238). Sum of RGB (Red+Green+Blue) = 161+175+238=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AFEE is #5E5011. Grayscale: #B1B1B1. Windows color (decimal): -6180882 or 15642529. OLE color: 15642529.
HSL color Cylindrical-coordinate representation of color #A1AFEE: hue angle of 229.09º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1AFEE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 175 | 238 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.07 |
| HSL | 229.09º | 0.69% | 0.78% | - |
| HSV(B) | 229.09º | 0.32% | 0.93% | - |
| XYZ | 45.46 | 44.41 | 87.06 | - |
| YUV | 178 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 238 | 0.32 | 0.26 | 0 | 0.07 | 229.09 | 0.69 | 0.78 |
| Hex | A1 | AF | EE | 20 | 1A | 0 | 7 | E5 | 45 | 4E |
| Octal | 241 | 257 | 356 | 40 | 32 | 0 | 7 | 345 | 105 | 116 |
| Binary | 10100001 | 10101111 | 11101110 | 100000 | 11010 | 0 | 111 | 11100101 | 1000101 | 1001110 |
Color Harmonies of #A1AFEE
Complementary color
Monochromatic Colors of #A1AFEE
Black with #A1AFEE
Text Example
Text Example
White with #A1AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFEE; }
p { color: rgb(161,175,238); }
H1.HeaderClassName
{
color: #A1AFEE;
}
.AnyTagClassName
{
color: #A1AFEE;
}
</style>
background-color css
<style>
a { background-color: #A1AFEE; }
a { background-color: rgb(161,175,238); }
div.DivClassName
{
background-color: #A1AFEE;
}
.BgClassName
{
background-color: #A1AFEE;
}
</style>
border-color css
<style>
span { border-color: #A1AFEE; }
span { border-color: rgb(161,175,238); }
td.TdClassName
{
border-color: #A1AFEE;
}
.TagClassName
{
border-color: #A1AFEE;
}
</style>