Shades of Perano #AEA6F8
Tints of Perano #AEA6F8
RGB
CMYK
RGB Variations
Color information
#AEA6F8 (or 0xAEA6F8) is known color: Perano. HEX triplet: AE, A6 and F8. RGB value is (174,166,248). Sum of RGB (Red+Green+Blue) = 174+166+248=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEA6F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6F8 is #515907. Grayscale: #B1B1B1. Windows color (decimal): -5331208 or 16295598. OLE color: 16295598.
HSL color Cylindrical-coordinate representation of color #AEA6F8: hue angle of 245.85º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEA6F8 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 166 | 248 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.03 |
| HSL | 245.85º | 0.85% | 0.81% | - |
| HSV(B) | 245.85º | 0.33% | 0.97% | - |
| XYZ | 48.04 | 43.05 | 94.58 | - |
| YUV | 177.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 248 | 0.30 | 0.33 | 0 | 0.03 | 245.85 | 0.85 | 0.81 |
| Hex | AE | A6 | F8 | 1E | 21 | 0 | 3 | F6 | 55 | 51 |
| Octal | 256 | 246 | 370 | 36 | 41 | 0 | 3 | 366 | 125 | 121 |
| Binary | 10101110 | 10100110 | 11111000 | 11110 | 100001 | 0 | 11 | 11110110 | 1010101 | 1010001 |
Color Harmonies of #AEA6F8
Complementary color
Monochromatic Colors of #AEA6F8
Black with #AEA6F8
Text Example
Text Example
White with #AEA6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA6F8; }
p { color: rgb(174,166,248); }
H1.HeaderClassName
{
color: #AEA6F8;
}
.AnyTagClassName
{
color: #AEA6F8;
}
</style>
background-color css
<style>
a { background-color: #AEA6F8; }
a { background-color: rgb(174,166,248); }
div.DivClassName
{
background-color: #AEA6F8;
}
.BgClassName
{
background-color: #AEA6F8;
}
</style>
border-color css
<style>
span { border-color: #AEA6F8; }
span { border-color: rgb(174,166,248); }
td.TdClassName
{
border-color: #AEA6F8;
}
.TagClassName
{
border-color: #AEA6F8;
}
</style>