Shades of Perano #A1AEEF
Tints of Perano #A1AEEF
RGB
CMYK
RGB Variations
Color information
#A1AEEF (or 0xA1AEEF) is known color: Perano. HEX triplet: A1, AE and EF. RGB value is (161,174,239). Sum of RGB (Red+Green+Blue) = 161+174+239=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEEF is #5E5110. Grayscale: #B1B1B1. Windows color (decimal): -6181137 or 15707809. OLE color: 15707809.
HSL color Cylindrical-coordinate representation of color #A1AEEF: hue angle of 230º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1AEEF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 174 | 239 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.06 |
| HSL | 230º | 0.71% | 0.78% | - |
| HSV(B) | 230º | 0.33% | 0.94% | - |
| XYZ | 45.41 | 44.08 | 87.78 | - |
| YUV | 177.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 239 | 0.33 | 0.27 | 0 | 0.06 | 230 | 0.71 | 0.78 |
| Hex | A1 | AE | EF | 21 | 1B | 0 | 6 | E6 | 47 | 4E |
| Octal | 241 | 256 | 357 | 41 | 33 | 0 | 6 | 346 | 107 | 116 |
| Binary | 10100001 | 10101110 | 11101111 | 100001 | 11011 | 0 | 110 | 11100110 | 1000111 | 1001110 |
Color Harmonies of #A1AEEF
Complementary color
Monochromatic Colors of #A1AEEF
Black with #A1AEEF
Text Example
Text Example
White with #A1AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AEEF; }
p { color: rgb(161,174,239); }
H1.HeaderClassName
{
color: #A1AEEF;
}
.AnyTagClassName
{
color: #A1AEEF;
}
</style>
background-color css
<style>
a { background-color: #A1AEEF; }
a { background-color: rgb(161,174,239); }
div.DivClassName
{
background-color: #A1AEEF;
}
.BgClassName
{
background-color: #A1AEEF;
}
</style>
border-color css
<style>
span { border-color: #A1AEEF; }
span { border-color: rgb(161,174,239); }
td.TdClassName
{
border-color: #A1AEEF;
}
.TagClassName
{
border-color: #A1AEEF;
}
</style>