#AAAAE9

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

Shades of Perano #AAAAE9

Tints of Perano #AAAAE9

Color information

#AAAAE9 (or 0xAAAAE9) is unknown color: approx Perano. HEX triplet: AA, AA and E9. RGB value is (170,170,233). Sum of RGB (Red+Green+Blue) = 170+170+233=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAAAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAAE9 is #555516. Grayscale: #B0B0B0. Windows color (decimal): -5592343 or 15313578. OLE color: 15313578.

HSL color Cylindrical-coordinate representation of color #AAAAE9: hue angle of 240º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAAAE9 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170170233-
CMYK0.270.2700.09
HSL240º58.88%79.02%-
HSV(B)240º27.04%91.37%-
XYZ45.6643.1883.02-
YUV177.18159.5122.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 233 (91.41% from 255) = 40.66%
R=29.67%
G=29.67%
B=40.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701702330.270.2700.0924058.8879.02
HexAAAAE91B1B09f03b4f
Octal252252351333301136073117
Binary101010101010101011101001110111101101001111100001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAE9; }

 p { color: rgb(170,170,233); }

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

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

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

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

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

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

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