Shades of Perano #A0AAFE
Tints of Perano #A0AAFE
RGB
CMYK
RGB Variations
Color information
#A0AAFE (or 0xA0AAFE) is known color: Perano. HEX triplet: A0, AA and FE. RGB value is (160,170,254). Sum of RGB (Red+Green+Blue) = 160+170+254=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AAFE is #5F5501. Grayscale: #B0B0B0. Windows color (decimal): -6247682 or 16689824. OLE color: 16689824.
HSL color Cylindrical-coordinate representation of color #A0AAFE: hue angle of 233.62º 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 #A0AAFE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 170 | 254 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.00 |
| HSL | 233.62º | 0.98% | 0.81% | - |
| HSV(B) | 233.62º | 0.37% | 1% | - |
| XYZ | 46.76 | 43.38 | 99.67 | - |
| YUV | 176.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 254 | 0.37 | 0.33 | 0 | 0.00 | 233.62 | 0.98 | 0.81 |
| Hex | A0 | AA | FE | 25 | 21 | 0 | 0 | EA | 62 | 51 |
| Octal | 240 | 252 | 376 | 45 | 41 | 0 | 0 | 352 | 142 | 121 |
| Binary | 10100000 | 10101010 | 11111110 | 100101 | 100001 | 0 | 0 | 11101010 | 1100010 | 1010001 |
Color Harmonies of #A0AAFE
Complementary color
Monochromatic Colors of #A0AAFE
Black with #A0AAFE
Text Example
Text Example
White with #A0AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAFE; }
p { color: rgb(160,170,254); }
H1.HeaderClassName
{
color: #A0AAFE;
}
.AnyTagClassName
{
color: #A0AAFE;
}
</style>
background-color css
<style>
a { background-color: #A0AAFE; }
a { background-color: rgb(160,170,254); }
div.DivClassName
{
background-color: #A0AAFE;
}
.BgClassName
{
background-color: #A0AAFE;
}
</style>
border-color css
<style>
span { border-color: #A0AAFE; }
span { border-color: rgb(160,170,254); }
td.TdClassName
{
border-color: #A0AAFE;
}
.TagClassName
{
border-color: #A0AAFE;
}
</style>