Shades of Perano #A1ACE1
Tints of Perano #A1ACE1
RGB
CMYK
RGB Variations
Color information
#A1ACE1 (or 0xA1ACE1) is known color: Perano. HEX triplet: A1, AC and E1. RGB value is (161,172,225). Sum of RGB (Red+Green+Blue) = 161+172+225=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #A1ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACE1 is #5E531E. Grayscale: #AEAEAE. Windows color (decimal): -6181663 or 14789793. OLE color: 14789793.
HSL color Cylindrical-coordinate representation of color #A1ACE1: hue angle of 229.69º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1ACE1 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 172 | 225 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.12 |
| HSL | 229.69º | 0.52% | 0.76% | - |
| HSV(B) | 229.69º | 0.28% | 0.88% | - |
| XYZ | 43.04 | 42.52 | 77.17 | - |
| YUV | 174.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 225 | 0.28 | 0.24 | 0 | 0.12 | 229.69 | 0.52 | 0.76 |
| Hex | A1 | AC | E1 | 1C | 18 | 0 | C | E6 | 34 | 4C |
| Octal | 241 | 254 | 341 | 34 | 30 | 0 | 14 | 346 | 64 | 114 |
| Binary | 10100001 | 10101100 | 11100001 | 11100 | 11000 | 0 | 1100 | 11100110 | 110100 | 1001100 |
Color Harmonies of #A1ACE1
Complementary color
Monochromatic Colors of #A1ACE1
Black with #A1ACE1
Text Example
Text Example
White with #A1ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACE1; }
p { color: rgb(161,172,225); }
H1.HeaderClassName
{
color: #A1ACE1;
}
.AnyTagClassName
{
color: #A1ACE1;
}
</style>
background-color css
<style>
a { background-color: #A1ACE1; }
a { background-color: rgb(161,172,225); }
div.DivClassName
{
background-color: #A1ACE1;
}
.BgClassName
{
background-color: #A1ACE1;
}
</style>
border-color css
<style>
span { border-color: #A1ACE1; }
span { border-color: rgb(161,172,225); }
td.TdClassName
{
border-color: #A1ACE1;
}
.TagClassName
{
border-color: #A1ACE1;
}
</style>