Shades of Perano #A0AEE6
Tints of Perano #A0AEE6
RGB
CMYK
RGB Variations
Color information
#A0AEE6 (or 0xA0AEE6) is known color: Perano. HEX triplet: A0, AE and E6. RGB value is (160,174,230). Sum of RGB (Red+Green+Blue) = 160+174+230=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #A0AEE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AEE6 is #5F5119. Grayscale: #AFAFAF. Windows color (decimal): -6246682 or 15117984. OLE color: 15117984.
HSL color Cylindrical-coordinate representation of color #A0AEE6: hue angle of 228º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0AEE6 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 174 | 230 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.10 |
| HSL | 228º | 0.58% | 0.76% | - |
| HSV(B) | 228º | 0.3% | 0.9% | - |
| XYZ | 43.92 | 43.46 | 80.94 | - |
| YUV | 176.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 230 | 0.30 | 0.24 | 0 | 0.10 | 228 | 0.58 | 0.76 |
| Hex | A0 | AE | E6 | 1E | 18 | 0 | A | E4 | 3A | 4C |
| Octal | 240 | 256 | 346 | 36 | 30 | 0 | 12 | 344 | 72 | 114 |
| Binary | 10100000 | 10101110 | 11100110 | 11110 | 11000 | 0 | 1010 | 11100100 | 111010 | 1001100 |
Color Harmonies of #A0AEE6
Complementary color
Monochromatic Colors of #A0AEE6
Black with #A0AEE6
Text Example
Text Example
White with #A0AEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AEE6; }
p { color: rgb(160,174,230); }
H1.HeaderClassName
{
color: #A0AEE6;
}
.AnyTagClassName
{
color: #A0AEE6;
}
</style>
background-color css
<style>
a { background-color: #A0AEE6; }
a { background-color: rgb(160,174,230); }
div.DivClassName
{
background-color: #A0AEE6;
}
.BgClassName
{
background-color: #A0AEE6;
}
</style>
border-color css
<style>
span { border-color: #A0AEE6; }
span { border-color: rgb(160,174,230); }
td.TdClassName
{
border-color: #A0AEE6;
}
.TagClassName
{
border-color: #A0AEE6;
}
</style>