Shades of Perano #A1ACE4
Tints of Perano #A1ACE4
RGB
CMYK
RGB Variations
Color information
#A1ACE4 (or 0xA1ACE4) is known color: Perano. HEX triplet: A1, AC and E4. RGB value is (161,172,228). Sum of RGB (Red+Green+Blue) = 161+172+228=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACE4 is #5E531B. Grayscale: #AEAEAE. Windows color (decimal): -6181660 or 14986401. OLE color: 14986401.
HSL color Cylindrical-coordinate representation of color #A1ACE4: hue angle of 230.15º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1ACE4 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 172 | 228 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.11 |
| HSL | 230.15º | 0.55% | 0.76% | - |
| HSV(B) | 230.15º | 0.29% | 0.89% | - |
| XYZ | 43.45 | 42.68 | 79.35 | - |
| YUV | 175.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 228 | 0.29 | 0.25 | 0 | 0.11 | 230.15 | 0.55 | 0.76 |
| Hex | A1 | AC | E4 | 1D | 19 | 0 | B | E6 | 37 | 4C |
| Octal | 241 | 254 | 344 | 35 | 31 | 0 | 13 | 346 | 67 | 114 |
| Binary | 10100001 | 10101100 | 11100100 | 11101 | 11001 | 0 | 1011 | 11100110 | 110111 | 1001100 |
Color Harmonies of #A1ACE4
Complementary color
Monochromatic Colors of #A1ACE4
Black with #A1ACE4
Text Example
Text Example
White with #A1ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACE4; }
p { color: rgb(161,172,228); }
H1.HeaderClassName
{
color: #A1ACE4;
}
.AnyTagClassName
{
color: #A1ACE4;
}
</style>
background-color css
<style>
a { background-color: #A1ACE4; }
a { background-color: rgb(161,172,228); }
div.DivClassName
{
background-color: #A1ACE4;
}
.BgClassName
{
background-color: #A1ACE4;
}
</style>
border-color css
<style>
span { border-color: #A1ACE4; }
span { border-color: rgb(161,172,228); }
td.TdClassName
{
border-color: #A1ACE4;
}
.TagClassName
{
border-color: #A1ACE4;
}
</style>