Shades of Perano #AAACE6
Tints of Perano #AAACE6
RGB
CMYK
RGB Variations
Color information
#AAACE6 (or 0xAAACE6) is known color: Perano. HEX triplet: AA, AC and E6. RGB value is (170,172,230). Sum of RGB (Red+Green+Blue) = 170+172+230=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACE6 is #555319. Grayscale: #B1B1B1. Windows color (decimal): -5591834 or 15117482. OLE color: 15117482.
HSL color Cylindrical-coordinate representation of color #AAACE6: hue angle of 238º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAACE6 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 172 | 230 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.10 |
| HSL | 238º | 0.55% | 0.78% | - |
| HSV(B) | 238º | 0.26% | 0.9% | - |
| XYZ | 45.61 | 43.76 | 80.91 | - |
| YUV | 178.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 230 | 0.26 | 0.25 | 0 | 0.10 | 238 | 0.55 | 0.78 |
| Hex | AA | AC | E6 | 1A | 19 | 0 | A | EE | 37 | 4E |
| Octal | 252 | 254 | 346 | 32 | 31 | 0 | 12 | 356 | 67 | 116 |
| Binary | 10101010 | 10101100 | 11100110 | 11010 | 11001 | 0 | 1010 | 11101110 | 110111 | 1001110 |
Color Harmonies of #AAACE6
Complementary color
Monochromatic Colors of #AAACE6
Black with #AAACE6
Text Example
Text Example
White with #AAACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACE6; }
p { color: rgb(170,172,230); }
H1.HeaderClassName
{
color: #AAACE6;
}
.AnyTagClassName
{
color: #AAACE6;
}
</style>
background-color css
<style>
a { background-color: #AAACE6; }
a { background-color: rgb(170,172,230); }
div.DivClassName
{
background-color: #AAACE6;
}
.BgClassName
{
background-color: #AAACE6;
}
</style>
border-color css
<style>
span { border-color: #AAACE6; }
span { border-color: rgb(170,172,230); }
td.TdClassName
{
border-color: #AAACE6;
}
.TagClassName
{
border-color: #AAACE6;
}
</style>