Shades of Perano #A1A1EE
Tints of Perano #A1A1EE
RGB
CMYK
RGB Variations
Color information
#A1A1EE (or 0xA1A1EE) is known color: Perano. HEX triplet: A1, A1 and EE. RGB value is (161,161,238). Sum of RGB (Red+Green+Blue) = 161+161+238=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A1EE is #5E5E11. Grayscale: #A9A9A9. Windows color (decimal): -6184466 or 15638945. OLE color: 15638945.
HSL color Cylindrical-coordinate representation of color #A1A1EE: hue angle of 240º 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 #A1A1EE is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 161 | 238 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.07 |
| HSL | 240º | 0.69% | 0.78% | - |
| HSV(B) | 240º | 0.32% | 0.93% | - |
| XYZ | 42.88 | 39.24 | 86.2 | - |
| YUV | 169.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 238 | 0.32 | 0.32 | 0 | 0.07 | 240 | 0.69 | 0.78 |
| Hex | A1 | A1 | EE | 20 | 20 | 0 | 7 | F0 | 45 | 4E |
| Octal | 241 | 241 | 356 | 40 | 40 | 0 | 7 | 360 | 105 | 116 |
| Binary | 10100001 | 10100001 | 11101110 | 100000 | 100000 | 0 | 111 | 11110000 | 1000101 | 1001110 |
Color Harmonies of #A1A1EE
Complementary color
Monochromatic Colors of #A1A1EE
Black with #A1A1EE
Text Example
Text Example
White with #A1A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A1EE; }
p { color: rgb(161,161,238); }
H1.HeaderClassName
{
color: #A1A1EE;
}
.AnyTagClassName
{
color: #A1A1EE;
}
</style>
background-color css
<style>
a { background-color: #A1A1EE; }
a { background-color: rgb(161,161,238); }
div.DivClassName
{
background-color: #A1A1EE;
}
.BgClassName
{
background-color: #A1A1EE;
}
</style>
border-color css
<style>
span { border-color: #A1A1EE; }
span { border-color: rgb(161,161,238); }
td.TdClassName
{
border-color: #A1A1EE;
}
.TagClassName
{
border-color: #A1A1EE;
}
</style>