Shades of Perano #AAAFE3
Tints of Perano #AAAFE3
RGB
CMYK
RGB Variations
Color information
#AAAFE3 (or 0xAAAFE3) is known color: Perano. HEX triplet: AA, AF and E3. RGB value is (170,175,227). Sum of RGB (Red+Green+Blue) = 170+175+227=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAAFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFE3 is #55501C. Grayscale: #B3B3B3. Windows color (decimal): -5591069 or 14921642. OLE color: 14921642.
HSL color Cylindrical-coordinate representation of color #AAAFE3: hue angle of 234.74º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAAFE3 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 175 | 227 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.11 |
| HSL | 234.74º | 0.5% | 0.78% | - |
| HSV(B) | 234.74º | 0.25% | 0.89% | - |
| XYZ | 45.77 | 44.75 | 78.9 | - |
| YUV | 179.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 227 | 0.25 | 0.23 | 0 | 0.11 | 234.74 | 0.5 | 0.78 |
| Hex | AA | AF | E3 | 19 | 17 | 0 | B | EB | 32 | 4E |
| Octal | 252 | 257 | 343 | 31 | 27 | 0 | 13 | 353 | 62 | 116 |
| Binary | 10101010 | 10101111 | 11100011 | 11001 | 10111 | 0 | 1011 | 11101011 | 110010 | 1001110 |
Color Harmonies of #AAAFE3
Complementary color
Monochromatic Colors of #AAAFE3
Black with #AAAFE3
Text Example
Text Example
White with #AAAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFE3; }
p { color: rgb(170,175,227); }
H1.HeaderClassName
{
color: #AAAFE3;
}
.AnyTagClassName
{
color: #AAAFE3;
}
</style>
background-color css
<style>
a { background-color: #AAAFE3; }
a { background-color: rgb(170,175,227); }
div.DivClassName
{
background-color: #AAAFE3;
}
.BgClassName
{
background-color: #AAAFE3;
}
</style>
border-color css
<style>
span { border-color: #AAAFE3; }
span { border-color: rgb(170,175,227); }
td.TdClassName
{
border-color: #AAAFE3;
}
.TagClassName
{
border-color: #AAAFE3;
}
</style>