Shades of Perano #A8AEE5
Tints of Perano #A8AEE5
RGB
CMYK
RGB Variations
Color information
#A8AEE5 (or 0xA8AEE5) is known color: Perano. HEX triplet: A8, AE and E5. RGB value is (168,174,229). Sum of RGB (Red+Green+Blue) = 168+174+229=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #A8AEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEE5 is #57511A. Grayscale: #B2B2B2. Windows color (decimal): -5722395 or 15052456. OLE color: 15052456.
HSL color Cylindrical-coordinate representation of color #A8AEE5: hue angle of 234.1º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8AEE5 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 174 | 229 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.10 |
| HSL | 234.1º | 0.54% | 0.78% | - |
| HSV(B) | 234.1º | 0.27% | 0.9% | - |
| XYZ | 45.43 | 44.25 | 80.28 | - |
| YUV | 178.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 229 | 0.27 | 0.24 | 0 | 0.10 | 234.1 | 0.54 | 0.78 |
| Hex | A8 | AE | E5 | 1B | 18 | 0 | A | EA | 36 | 4E |
| Octal | 250 | 256 | 345 | 33 | 30 | 0 | 12 | 352 | 66 | 116 |
| Binary | 10101000 | 10101110 | 11100101 | 11011 | 11000 | 0 | 1010 | 11101010 | 110110 | 1001110 |
Color Harmonies of #A8AEE5
Complementary color
Monochromatic Colors of #A8AEE5
Black with #A8AEE5
Text Example
Text Example
White with #A8AEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEE5; }
p { color: rgb(168,174,229); }
H1.HeaderClassName
{
color: #A8AEE5;
}
.AnyTagClassName
{
color: #A8AEE5;
}
</style>
background-color css
<style>
a { background-color: #A8AEE5; }
a { background-color: rgb(168,174,229); }
div.DivClassName
{
background-color: #A8AEE5;
}
.BgClassName
{
background-color: #A8AEE5;
}
</style>
border-color css
<style>
span { border-color: #A8AEE5; }
span { border-color: rgb(168,174,229); }
td.TdClassName
{
border-color: #A8AEE5;
}
.TagClassName
{
border-color: #A8AEE5;
}
</style>