#AAAAE5

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

Shades of Perano #AAAAE5

Tints of Perano #AAAAE5

Color information

#AAAAE5 (or 0xAAAAE5) is unknown color: approx Perano. HEX triplet: AA, AA and E5. RGB value is (170,170,229). Sum of RGB (Red+Green+Blue) = 170+170+229=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAAAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAE5 is #55551A. Grayscale: #B0B0B0. Windows color (decimal): -5592347 or 15051434. OLE color: 15051434.

HSL color Cylindrical-coordinate representation of color #AAAAE5: hue angle of 240º degrees, saturation: 0.53, 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 #AAAAE5 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170170229-
CMYK0.260.2600.10
HSL240º53.15%78.24%-
HSV(B)240º25.76%89.8%-
XYZ45.142.9580.04-
YUV176.73157.5123.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=29.88%
G=29.88%
B=40.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701702290.260.2600.1024053.1578.24
HexAAAAE51A1A0Af0354e
Octal252252345323201236065116
Binary101010101010101011100101110101101001010111100001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAE5; }

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

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

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

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

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

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

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

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