Shades of Perano #AAA8EA
Tints of Perano #AAA8EA
RGB
CMYK
RGB Variations
Color information
#AAA8EA (or 0xAAA8EA) is known color: Perano. HEX triplet: AA, A8 and EA. RGB value is (170,168,234). Sum of RGB (Red+Green+Blue) = 170+168+234=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAA8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA8EA is #555715. Grayscale: #AFAFAF. Windows color (decimal): -5592854 or 15378602. OLE color: 15378602.
HSL color Cylindrical-coordinate representation of color #AAA8EA: hue angle of 241.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA8EA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 168 | 234 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.08 |
| HSL | 241.82º | 0.61% | 0.79% | - |
| HSV(B) | 241.82º | 0.28% | 0.92% | - |
| XYZ | 45.43 | 42.49 | 83.65 | - |
| YUV | 176.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 234 | 0.27 | 0.28 | 0 | 0.08 | 241.82 | 0.61 | 0.79 |
| Hex | AA | A8 | EA | 1B | 1C | 0 | 8 | F2 | 3D | 4F |
| Octal | 252 | 250 | 352 | 33 | 34 | 0 | 10 | 362 | 75 | 117 |
| Binary | 10101010 | 10101000 | 11101010 | 11011 | 11100 | 0 | 1000 | 11110010 | 111101 | 1001111 |
Color Harmonies of #AAA8EA
Complementary color
Monochromatic Colors of #AAA8EA
Black with #AAA8EA
Text Example
Text Example
White with #AAA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8EA; }
p { color: rgb(170,168,234); }
H1.HeaderClassName
{
color: #AAA8EA;
}
.AnyTagClassName
{
color: #AAA8EA;
}
</style>
background-color css
<style>
a { background-color: #AAA8EA; }
a { background-color: rgb(170,168,234); }
div.DivClassName
{
background-color: #AAA8EA;
}
.BgClassName
{
background-color: #AAA8EA;
}
</style>
border-color css
<style>
span { border-color: #AAA8EA; }
span { border-color: rgb(170,168,234); }
td.TdClassName
{
border-color: #AAA8EA;
}
.TagClassName
{
border-color: #AAA8EA;
}
</style>