Shades of Perano #AEA5FA
Tints of Perano #AEA5FA
RGB
CMYK
RGB Variations
Color information
#AEA5FA (or 0xAEA5FA) is known color: Perano. HEX triplet: AE, A5 and FA. RGB value is (174,165,250). Sum of RGB (Red+Green+Blue) = 174+165+250=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA5FA is #515A05. Grayscale: #B1B1B1. Windows color (decimal): -5331462 or 16426414. OLE color: 16426414.
HSL color Cylindrical-coordinate representation of color #AEA5FA: hue angle of 246.35º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEA5FA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 165 | 250 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.02 |
| HSL | 246.35º | 0.89% | 0.81% | - |
| HSV(B) | 246.35º | 0.34% | 0.98% | - |
| XYZ | 48.17 | 42.81 | 96.17 | - |
| YUV | 177.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 250 | 0.30 | 0.34 | 0 | 0.02 | 246.35 | 0.89 | 0.81 |
| Hex | AE | A5 | FA | 1E | 22 | 0 | 2 | F6 | 59 | 51 |
| Octal | 256 | 245 | 372 | 36 | 42 | 0 | 2 | 366 | 131 | 121 |
| Binary | 10101110 | 10100101 | 11111010 | 11110 | 100010 | 0 | 10 | 11110110 | 1011001 | 1010001 |
Color Harmonies of #AEA5FA
Complementary color
Monochromatic Colors of #AEA5FA
Black with #AEA5FA
Text Example
Text Example
White with #AEA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA5FA; }
p { color: rgb(174,165,250); }
H1.HeaderClassName
{
color: #AEA5FA;
}
.AnyTagClassName
{
color: #AEA5FA;
}
</style>
background-color css
<style>
a { background-color: #AEA5FA; }
a { background-color: rgb(174,165,250); }
div.DivClassName
{
background-color: #AEA5FA;
}
.BgClassName
{
background-color: #AEA5FA;
}
</style>
border-color css
<style>
span { border-color: #AEA5FA; }
span { border-color: rgb(174,165,250); }
td.TdClassName
{
border-color: #AEA5FA;
}
.TagClassName
{
border-color: #AEA5FA;
}
</style>