Shades of Perano #AEAFE2
Tints of Perano #AEAFE2
RGB
CMYK
RGB Variations
Color information
#AEAFE2 (or 0xAEAFE2) is known color: Perano. HEX triplet: AE, AF and E2. RGB value is (174,175,226). Sum of RGB (Red+Green+Blue) = 174+175+226=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFE2 is #51501D. Grayscale: #B4B4B4. Windows color (decimal): -5328926 or 14856110. OLE color: 14856110.
HSL color Cylindrical-coordinate representation of color #AEAFE2: hue angle of 238.85º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEAFE2 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 175 | 226 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.11 |
| HSL | 238.85º | 0.47% | 0.78% | - |
| HSV(B) | 238.85º | 0.23% | 0.89% | - |
| XYZ | 46.51 | 45.15 | 78.21 | - |
| YUV | 180.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 175 | 226 | 0.23 | 0.23 | 0 | 0.11 | 238.85 | 0.47 | 0.78 |
| Hex | AE | AF | E2 | 17 | 17 | 0 | B | EF | 2F | 4E |
| Octal | 256 | 257 | 342 | 27 | 27 | 0 | 13 | 357 | 57 | 116 |
| Binary | 10101110 | 10101111 | 11100010 | 10111 | 10111 | 0 | 1011 | 11101111 | 101111 | 1001110 |
Color Harmonies of #AEAFE2
Complementary color
Monochromatic Colors of #AEAFE2
Black with #AEAFE2
Text Example
Text Example
White with #AEAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAFE2; }
p { color: rgb(174,175,226); }
H1.HeaderClassName
{
color: #AEAFE2;
}
.AnyTagClassName
{
color: #AEAFE2;
}
</style>
background-color css
<style>
a { background-color: #AEAFE2; }
a { background-color: rgb(174,175,226); }
div.DivClassName
{
background-color: #AEAFE2;
}
.BgClassName
{
background-color: #AEAFE2;
}
</style>
border-color css
<style>
span { border-color: #AEAFE2; }
span { border-color: rgb(174,175,226); }
td.TdClassName
{
border-color: #AEAFE2;
}
.TagClassName
{
border-color: #AEAFE2;
}
</style>