Shades of Perano #AAAEFC
Tints of Perano #AAAEFC
RGB
CMYK
RGB Variations
Color information
#AAAEFC (or 0xAAAEFC) is known color: Perano. HEX triplet: AA, AE and FC. RGB value is (170,174,252). Sum of RGB (Red+Green+Blue) = 170+174+252=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEFC is #555103. Grayscale: #B5B5B5. Windows color (decimal): -5591300 or 16559786. OLE color: 16559786.
HSL color Cylindrical-coordinate representation of color #AAAEFC: hue angle of 237.07º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAAEFC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 174 | 252 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.01 |
| HSL | 237.07º | 0.93% | 0.83% | - |
| HSV(B) | 237.07º | 0.33% | 0.99% | - |
| XYZ | 49.28 | 45.85 | 98.35 | - |
| YUV | 181.7 | 167.67 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 252 | 0.33 | 0.31 | 0 | 0.01 | 237.07 | 0.93 | 0.83 |
| Hex | AA | AE | FC | 21 | 1F | 0 | 1 | ED | 5D | 53 |
| Octal | 252 | 256 | 374 | 41 | 37 | 0 | 1 | 355 | 135 | 123 |
| Binary | 10101010 | 10101110 | 11111100 | 100001 | 11111 | 0 | 1 | 11101101 | 1011101 | 1010011 |
Color Harmonies of #AAAEFC
Complementary color
Monochromatic Colors of #AAAEFC
Black with #AAAEFC
Text Example
Text Example
White with #AAAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEFC; }
p { color: rgb(170,174,252); }
H1.HeaderClassName
{
color: #AAAEFC;
}
.AnyTagClassName
{
color: #AAAEFC;
}
</style>
background-color css
<style>
a { background-color: #AAAEFC; }
a { background-color: rgb(170,174,252); }
div.DivClassName
{
background-color: #AAAEFC;
}
.BgClassName
{
background-color: #AAAEFC;
}
</style>
border-color css
<style>
span { border-color: #AAAEFC; }
span { border-color: rgb(170,174,252); }
td.TdClassName
{
border-color: #AAAEFC;
}
.TagClassName
{
border-color: #AAAEFC;
}
</style>