Shades of Perano #A0ACFE
Tints of Perano #A0ACFE
RGB
CMYK
RGB Variations
Color information
#A0ACFE (or 0xA0ACFE) is known color: Perano. HEX triplet: A0, AC and FE. RGB value is (160,172,254). Sum of RGB (Red+Green+Blue) = 160+172+254=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0ACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ACFE is #5F5301. Grayscale: #B1B1B1. Windows color (decimal): -6247170 or 16690336. OLE color: 16690336.
HSL color Cylindrical-coordinate representation of color #A0ACFE: hue angle of 232.34º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0ACFE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 172 | 254 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.00 |
| HSL | 232.34º | 0.98% | 0.81% | - |
| HSV(B) | 232.34º | 0.37% | 1% | - |
| XYZ | 47.14 | 44.13 | 99.8 | - |
| YUV | 177.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 254 | 0.37 | 0.32 | 0 | 0.00 | 232.34 | 0.98 | 0.81 |
| Hex | A0 | AC | FE | 25 | 20 | 0 | 0 | E8 | 62 | 51 |
| Octal | 240 | 254 | 376 | 45 | 40 | 0 | 0 | 350 | 142 | 121 |
| Binary | 10100000 | 10101100 | 11111110 | 100101 | 100000 | 0 | 0 | 11101000 | 1100010 | 1010001 |
Color Harmonies of #A0ACFE
Complementary color
Monochromatic Colors of #A0ACFE
Black with #A0ACFE
Text Example
Text Example
White with #A0ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACFE; }
p { color: rgb(160,172,254); }
H1.HeaderClassName
{
color: #A0ACFE;
}
.AnyTagClassName
{
color: #A0ACFE;
}
</style>
background-color css
<style>
a { background-color: #A0ACFE; }
a { background-color: rgb(160,172,254); }
div.DivClassName
{
background-color: #A0ACFE;
}
.BgClassName
{
background-color: #A0ACFE;
}
</style>
border-color css
<style>
span { border-color: #A0ACFE; }
span { border-color: rgb(160,172,254); }
td.TdClassName
{
border-color: #A0ACFE;
}
.TagClassName
{
border-color: #A0ACFE;
}
</style>