Shades of Perano #AAAEFF
Tints of Perano #AAAEFF
RGB
CMYK
RGB Variations
Color information
#AAAEFF (or 0xAAAEFF) is known color: Perano. HEX triplet: AA, AE and FF. RGB value is (170,174,255). Sum of RGB (Red+Green+Blue) = 170+174+255=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEFF is #555100. Grayscale: #B5B5B5. Windows color (decimal): -5591297 or 16756394. OLE color: 16756394.
HSL color Cylindrical-coordinate representation of color #AAAEFF: hue angle of 237.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAAEFF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 174 | 255 | - |
| CMYK | 0.33 | 0.32 | 0 | 0 |
| HSL | 237.18º | 1% | 0.83% | - |
| HSV(B) | 237.18º | 0.33% | 1% | - |
| XYZ | 49.76 | 46.04 | 100.87 | - |
| YUV | 182.04 | 169.17 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 255 | 0.33 | 0.32 | 0 | 0 | 237.18 | 1 | 0.83 |
| Hex | AA | AE | FF | 21 | 20 | 0 | 0 | ED | 64 | 53 |
| Octal | 252 | 256 | 377 | 41 | 40 | 0 | 0 | 355 | 144 | 123 |
| Binary | 10101010 | 10101110 | 11111111 | 100001 | 100000 | 0 | 0 | 11101101 | 1100100 | 1010011 |
Color Harmonies of #AAAEFF
Complementary color
Monochromatic Colors of #AAAEFF
Black with #AAAEFF
Text Example
Text Example
White with #AAAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEFF; }
p { color: rgb(170,174,255); }
H1.HeaderClassName
{
color: #AAAEFF;
}
.AnyTagClassName
{
color: #AAAEFF;
}
</style>
background-color css
<style>
a { background-color: #AAAEFF; }
a { background-color: rgb(170,174,255); }
div.DivClassName
{
background-color: #AAAEFF;
}
.BgClassName
{
background-color: #AAAEFF;
}
</style>
border-color css
<style>
span { border-color: #AAAEFF; }
span { border-color: rgb(170,174,255); }
td.TdClassName
{
border-color: #AAAEFF;
}
.TagClassName
{
border-color: #AAAEFF;
}
</style>