Shades of Perano #AAACEA
Tints of Perano #AAACEA
RGB
CMYK
RGB Variations
Color information
#AAACEA (or 0xAAACEA) is known color: Perano. HEX triplet: AA, AC and EA. RGB value is (170,172,234). Sum of RGB (Red+Green+Blue) = 170+172+234=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACEA is #555315. Grayscale: #B2B2B2. Windows color (decimal): -5591830 or 15379626. OLE color: 15379626.
HSL color Cylindrical-coordinate representation of color #AAACEA: hue angle of 238.12º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAACEA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 172 | 234 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.08 |
| HSL | 238.13º | 0.6% | 0.79% | - |
| HSV(B) | 238.13º | 0.27% | 0.92% | - |
| XYZ | 46.18 | 43.99 | 83.9 | - |
| YUV | 178.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 234 | 0.27 | 0.26 | 0 | 0.08 | 238.13 | 0.6 | 0.79 |
| Hex | AA | AC | EA | 1B | 1A | 0 | 8 | EE | 3C | 4F |
| Octal | 252 | 254 | 352 | 33 | 32 | 0 | 10 | 356 | 74 | 117 |
| Binary | 10101010 | 10101100 | 11101010 | 11011 | 11010 | 0 | 1000 | 11101110 | 111100 | 1001111 |
Color Harmonies of #AAACEA
Complementary color
Monochromatic Colors of #AAACEA
Black with #AAACEA
Text Example
Text Example
White with #AAACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACEA; }
p { color: rgb(170,172,234); }
H1.HeaderClassName
{
color: #AAACEA;
}
.AnyTagClassName
{
color: #AAACEA;
}
</style>
background-color css
<style>
a { background-color: #AAACEA; }
a { background-color: rgb(170,172,234); }
div.DivClassName
{
background-color: #AAACEA;
}
.BgClassName
{
background-color: #AAACEA;
}
</style>
border-color css
<style>
span { border-color: #AAACEA; }
span { border-color: rgb(170,172,234); }
td.TdClassName
{
border-color: #AAACEA;
}
.TagClassName
{
border-color: #AAACEA;
}
</style>