Shades of Perano #AEA4FB
Tints of Perano #AEA4FB
RGB
CMYK
RGB Variations
Color information
#AEA4FB (or 0xAEA4FB) is known color: Perano. HEX triplet: AE, A4 and FB. RGB value is (174,164,251). Sum of RGB (Red+Green+Blue) = 174+164+251=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEA4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA4FB is #515B04. Grayscale: #B0B0B0. Windows color (decimal): -5331717 or 16491694. OLE color: 16491694.
HSL color Cylindrical-coordinate representation of color #AEA4FB: hue angle of 246.9º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEA4FB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 164 | 251 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.02 |
| HSL | 246.9º | 0.92% | 0.81% | - |
| HSV(B) | 246.9º | 0.35% | 0.98% | - |
| XYZ | 48.14 | 42.51 | 96.94 | - |
| YUV | 176.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 164 | 251 | 0.31 | 0.35 | 0 | 0.02 | 246.9 | 0.92 | 0.81 |
| Hex | AE | A4 | FB | 1F | 23 | 0 | 2 | F7 | 5C | 51 |
| Octal | 256 | 244 | 373 | 37 | 43 | 0 | 2 | 367 | 134 | 121 |
| Binary | 10101110 | 10100100 | 11111011 | 11111 | 100011 | 0 | 10 | 11110111 | 1011100 | 1010001 |
Color Harmonies of #AEA4FB
Complementary color
Monochromatic Colors of #AEA4FB
Black with #AEA4FB
Text Example
Text Example
White with #AEA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA4FB; }
p { color: rgb(174,164,251); }
H1.HeaderClassName
{
color: #AEA4FB;
}
.AnyTagClassName
{
color: #AEA4FB;
}
</style>
background-color css
<style>
a { background-color: #AEA4FB; }
a { background-color: rgb(174,164,251); }
div.DivClassName
{
background-color: #AEA4FB;
}
.BgClassName
{
background-color: #AEA4FB;
}
</style>
border-color css
<style>
span { border-color: #AEA4FB; }
span { border-color: rgb(174,164,251); }
td.TdClassName
{
border-color: #AEA4FB;
}
.TagClassName
{
border-color: #AEA4FB;
}
</style>