Shades of Perano #A0AEFF
Tints of Perano #A0AEFF
RGB
CMYK
RGB Variations
Color information
#A0AEFF (or 0xA0AEFF) is known color: Perano. HEX triplet: A0, AE and FF. RGB value is (160,174,255). Sum of RGB (Red+Green+Blue) = 160+174+255=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AEFF is #5F5100. Grayscale: #B2B2B2. Windows color (decimal): -6246657 or 16756384. OLE color: 16756384.
HSL color Cylindrical-coordinate representation of color #A0AEFF: hue angle of 231.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0AEFF is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 174 | 255 | - |
| CMYK | 0.37 | 0.32 | 0 | 0 |
| HSL | 231.16º | 1% | 0.81% | - |
| HSV(B) | 231.16º | 0.37% | 1% | - |
| XYZ | 47.68 | 44.97 | 100.77 | - |
| YUV | 179.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 255 | 0.37 | 0.32 | 0 | 0 | 231.16 | 1 | 0.81 |
| Hex | A0 | AE | FF | 25 | 20 | 0 | 0 | E7 | 64 | 51 |
| Octal | 240 | 256 | 377 | 45 | 40 | 0 | 0 | 347 | 144 | 121 |
| Binary | 10100000 | 10101110 | 11111111 | 100101 | 100000 | 0 | 0 | 11100111 | 1100100 | 1010001 |
Color Harmonies of #A0AEFF
Complementary color
Monochromatic Colors of #A0AEFF
Black with #A0AEFF
Text Example
Text Example
White with #A0AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AEFF; }
p { color: rgb(160,174,255); }
H1.HeaderClassName
{
color: #A0AEFF;
}
.AnyTagClassName
{
color: #A0AEFF;
}
</style>
background-color css
<style>
a { background-color: #A0AEFF; }
a { background-color: rgb(160,174,255); }
div.DivClassName
{
background-color: #A0AEFF;
}
.BgClassName
{
background-color: #A0AEFF;
}
</style>
border-color css
<style>
span { border-color: #A0AEFF; }
span { border-color: rgb(160,174,255); }
td.TdClassName
{
border-color: #A0AEFF;
}
.TagClassName
{
border-color: #A0AEFF;
}
</style>