#AAA9EA

Color #AAA9EA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AAA9EA

Tints of Perano #AAA9EA

Color information

#AAA9EA (or 0xAAA9EA) is unknown color: approx Perano. HEX triplet: AA, A9 and EA. RGB value is (170,169,234). Sum of RGB (Red+Green+Blue) = 170+169+234=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAA9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA9EA is #555615. Grayscale: #B0B0B0. Windows color (decimal): -5592598 or 15378858. OLE color: 15378858.

HSL color Cylindrical-coordinate representation of color #AAA9EA: hue angle of 240.92º 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 #AAA9EA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170169234-
CMYK0.270.2800.08
HSL240.92º60.75%79.02%-
HSV(B)240.92º27.78%91.76%-
XYZ45.6242.8683.71-
YUV176.71160.33123.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 169 (66.41% from 255) = 29.49%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=29.67%
G=29.49%
B=40.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701692340.270.2800.08240.9260.7579.02
HexAAA9EA1B1C08f13d4f
Octal252251352333401036175117
Binary101010101010100111101010110111110001000111100011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9EA; }

 p { color: rgb(170,169,234); }

 H1.HeaderClassName
 {
   color: #AAA9EA;
 }
 .AnyTagClassName
 {
   color: #AAA9EA;
 }
</style>
background-color css

<style>
 a { background-color: #AAA9EA; }

 a { background-color: rgb(170,169,234); }

 div.DivClassName
 {
   background-color: #AAA9EA;
 }
 .BgClassName
 {
   background-color: #AAA9EA;
 }
</style>
border-color css

<style>
 span { border-color: #AAA9EA; }

 span { border-color: rgb(170,169,234); }

 td.TdClassName
 {
   border-color: #AAA9EA;
 }
 .TagClassName
 {
   border-color: #AAA9EA;
 }
</style>