Shades of Perano #AEAFFE
Tints of Perano #AEAFFE
RGB
CMYK
RGB Variations
Color information
#AEAFFE (or 0xAEAFFE) is known color: Perano. HEX triplet: AE, AF and FE. RGB value is (174,175,254). Sum of RGB (Red+Green+Blue) = 174+175+254=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAFFE is #515001. Grayscale: #B7B7B7. Windows color (decimal): -5328898 or 16691118. OLE color: 16691118.
HSL color Cylindrical-coordinate representation of color #AEAFFE: hue angle of 239.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEAFFE is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 175 | 254 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.00 |
| HSL | 239.25º | 0.98% | 0.84% | - |
| HSV(B) | 239.25º | 0.31% | 1% | - |
| XYZ | 50.67 | 46.81 | 100.13 | - |
| YUV | 183.71 | 167.67 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 175 | 254 | 0.31 | 0.31 | 0 | 0.00 | 239.25 | 0.98 | 0.84 |
| Hex | AE | AF | FE | 1F | 1F | 0 | 0 | EF | 62 | 54 |
| Octal | 256 | 257 | 376 | 37 | 37 | 0 | 0 | 357 | 142 | 124 |
| Binary | 10101110 | 10101111 | 11111110 | 11111 | 11111 | 0 | 0 | 11101111 | 1100010 | 1010100 |
Color Harmonies of #AEAFFE
Complementary color
Monochromatic Colors of #AEAFFE
Black with #AEAFFE
Text Example
Text Example
White with #AEAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAFFE; }
p { color: rgb(174,175,254); }
H1.HeaderClassName
{
color: #AEAFFE;
}
.AnyTagClassName
{
color: #AEAFFE;
}
</style>
background-color css
<style>
a { background-color: #AEAFFE; }
a { background-color: rgb(174,175,254); }
div.DivClassName
{
background-color: #AEAFFE;
}
.BgClassName
{
background-color: #AEAFFE;
}
</style>
border-color css
<style>
span { border-color: #AEAFFE; }
span { border-color: rgb(174,175,254); }
td.TdClassName
{
border-color: #AEAFFE;
}
.TagClassName
{
border-color: #AEAFFE;
}
</style>