Shades of Perano #A1ABEE
Tints of Perano #A1ABEE
RGB
CMYK
RGB Variations
Color information
#A1ABEE (or 0xA1ABEE) is known color: Perano. HEX triplet: A1, AB and EE. RGB value is (161,171,238). Sum of RGB (Red+Green+Blue) = 161+171+238=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ABEE is #5E5411. Grayscale: #AFAFAF. Windows color (decimal): -6181906 or 15641505. OLE color: 15641505.
HSL color Cylindrical-coordinate representation of color #A1ABEE: hue angle of 232.21º 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 #A1ABEE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 171 | 238 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.07 |
| HSL | 232.21º | 0.69% | 0.78% | - |
| HSV(B) | 232.21º | 0.32% | 0.93% | - |
| XYZ | 44.69 | 42.88 | 86.81 | - |
| YUV | 175.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 238 | 0.32 | 0.28 | 0 | 0.07 | 232.21 | 0.69 | 0.78 |
| Hex | A1 | AB | EE | 20 | 1C | 0 | 7 | E8 | 45 | 4E |
| Octal | 241 | 253 | 356 | 40 | 34 | 0 | 7 | 350 | 105 | 116 |
| Binary | 10100001 | 10101011 | 11101110 | 100000 | 11100 | 0 | 111 | 11101000 | 1000101 | 1001110 |
Color Harmonies of #A1ABEE
Complementary color
Monochromatic Colors of #A1ABEE
Black with #A1ABEE
Text Example
Text Example
White with #A1ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABEE; }
p { color: rgb(161,171,238); }
H1.HeaderClassName
{
color: #A1ABEE;
}
.AnyTagClassName
{
color: #A1ABEE;
}
</style>
background-color css
<style>
a { background-color: #A1ABEE; }
a { background-color: rgb(161,171,238); }
div.DivClassName
{
background-color: #A1ABEE;
}
.BgClassName
{
background-color: #A1ABEE;
}
</style>
border-color css
<style>
span { border-color: #A1ABEE; }
span { border-color: rgb(161,171,238); }
td.TdClassName
{
border-color: #A1ABEE;
}
.TagClassName
{
border-color: #A1ABEE;
}
</style>