Shades of Perano #A1ACEC
Tints of Perano #A1ACEC
RGB
CMYK
RGB Variations
Color information
#A1ACEC (or 0xA1ACEC) is known color: Perano. HEX triplet: A1, AC and EC. RGB value is (161,172,236). Sum of RGB (Red+Green+Blue) = 161+172+236=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1ACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ACEC is #5E5313. Grayscale: #AFAFAF. Windows color (decimal): -6181652 or 15510689. OLE color: 15510689.
HSL color Cylindrical-coordinate representation of color #A1ACEC: hue angle of 231.2º degrees, saturation: 0.66, 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 #A1ACEC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 172 | 236 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.07 |
| HSL | 231.2º | 0.66% | 0.78% | - |
| HSV(B) | 231.2º | 0.32% | 0.93% | - |
| XYZ | 44.59 | 43.14 | 85.33 | - |
| YUV | 176.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 236 | 0.32 | 0.27 | 0 | 0.07 | 231.2 | 0.66 | 0.78 |
| Hex | A1 | AC | EC | 20 | 1B | 0 | 7 | E7 | 42 | 4E |
| Octal | 241 | 254 | 354 | 40 | 33 | 0 | 7 | 347 | 102 | 116 |
| Binary | 10100001 | 10101100 | 11101100 | 100000 | 11011 | 0 | 111 | 11100111 | 1000010 | 1001110 |
Color Harmonies of #A1ACEC
Complementary color
Monochromatic Colors of #A1ACEC
Black with #A1ACEC
Text Example
Text Example
White with #A1ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACEC; }
p { color: rgb(161,172,236); }
H1.HeaderClassName
{
color: #A1ACEC;
}
.AnyTagClassName
{
color: #A1ACEC;
}
</style>
background-color css
<style>
a { background-color: #A1ACEC; }
a { background-color: rgb(161,172,236); }
div.DivClassName
{
background-color: #A1ACEC;
}
.BgClassName
{
background-color: #A1ACEC;
}
</style>
border-color css
<style>
span { border-color: #A1ACEC; }
span { border-color: rgb(161,172,236); }
td.TdClassName
{
border-color: #A1ACEC;
}
.TagClassName
{
border-color: #A1ACEC;
}
</style>