Shades of Perano #A1AEFA
Tints of Perano #A1AEFA
RGB
CMYK
RGB Variations
Color information
#A1AEFA (or 0xA1AEFA) is known color: Perano. HEX triplet: A1, AE and FA. RGB value is (161,174,250). Sum of RGB (Red+Green+Blue) = 161+174+250=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEFA is #5E5105. Grayscale: #B2B2B2. Windows color (decimal): -6181126 or 16428705. OLE color: 16428705.
HSL color Cylindrical-coordinate representation of color #A1AEFA: hue angle of 231.24º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1AEFA is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 174 | 250 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.02 |
| HSL | 231.24º | 0.9% | 0.81% | - |
| HSV(B) | 231.24º | 0.36% | 0.98% | - |
| XYZ | 47.09 | 44.75 | 96.6 | - |
| YUV | 178.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 250 | 0.36 | 0.30 | 0 | 0.02 | 231.24 | 0.9 | 0.81 |
| Hex | A1 | AE | FA | 24 | 1E | 0 | 2 | E7 | 5A | 51 |
| Octal | 241 | 256 | 372 | 44 | 36 | 0 | 2 | 347 | 132 | 121 |
| Binary | 10100001 | 10101110 | 11111010 | 100100 | 11110 | 0 | 10 | 11100111 | 1011010 | 1010001 |
Color Harmonies of #A1AEFA
Complementary color
Monochromatic Colors of #A1AEFA
Black with #A1AEFA
Text Example
Text Example
White with #A1AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AEFA; }
p { color: rgb(161,174,250); }
H1.HeaderClassName
{
color: #A1AEFA;
}
.AnyTagClassName
{
color: #A1AEFA;
}
</style>
background-color css
<style>
a { background-color: #A1AEFA; }
a { background-color: rgb(161,174,250); }
div.DivClassName
{
background-color: #A1AEFA;
}
.BgClassName
{
background-color: #A1AEFA;
}
</style>
border-color css
<style>
span { border-color: #A1AEFA; }
span { border-color: rgb(161,174,250); }
td.TdClassName
{
border-color: #A1AEFA;
}
.TagClassName
{
border-color: #A1AEFA;
}
</style>