Shades of Perano #AEAEEE
Tints of Perano #AEAEEE
RGB
CMYK
RGB Variations
Color information
#AEAEEE (or 0xAEAEEE) is known color: Perano. HEX triplet: AE, AE and EE. RGB value is (174,174,238). Sum of RGB (Red+Green+Blue) = 174+174+238=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEEE is #515111. Grayscale: #B5B5B5. Windows color (decimal): -5329170 or 15642286. OLE color: 15642286.
HSL color Cylindrical-coordinate representation of color #AEAEEE: hue angle of 240º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEAEEE is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 174 | 238 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.07 |
| HSL | 240º | 0.65% | 0.81% | - |
| HSV(B) | 240º | 0.27% | 0.93% | - |
| XYZ | 48.02 | 45.44 | 87.13 | - |
| YUV | 181.3 | 160 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 238 | 0.27 | 0.27 | 0 | 0.07 | 240 | 0.65 | 0.81 |
| Hex | AE | AE | EE | 1B | 1B | 0 | 7 | F0 | 41 | 51 |
| Octal | 256 | 256 | 356 | 33 | 33 | 0 | 7 | 360 | 101 | 121 |
| Binary | 10101110 | 10101110 | 11101110 | 11011 | 11011 | 0 | 111 | 11110000 | 1000001 | 1010001 |
Color Harmonies of #AEAEEE
Complementary color
Monochromatic Colors of #AEAEEE
Black with #AEAEEE
Text Example
Text Example
White with #AEAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEEE; }
p { color: rgb(174,174,238); }
H1.HeaderClassName
{
color: #AEAEEE;
}
.AnyTagClassName
{
color: #AEAEEE;
}
</style>
background-color css
<style>
a { background-color: #AEAEEE; }
a { background-color: rgb(174,174,238); }
div.DivClassName
{
background-color: #AEAEEE;
}
.BgClassName
{
background-color: #AEAEEE;
}
</style>
border-color css
<style>
span { border-color: #AEAEEE; }
span { border-color: rgb(174,174,238); }
td.TdClassName
{
border-color: #AEAEEE;
}
.TagClassName
{
border-color: #AEAEEE;
}
</style>