#AAAAEA

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

Shades of Perano #AAAAEA

Tints of Perano #AAAAEA

Color information

#AAAAEA (or 0xAAAAEA) is unknown color: approx Perano. HEX triplet: AA, AA and EA. RGB value is (170,170,234). Sum of RGB (Red+Green+Blue) = 170+170+234=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAAEA is #555515. Grayscale: #B1B1B1. Windows color (decimal): -5592342 or 15379114. OLE color: 15379114.

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

Color convert

RGB170170234-
CMYK0.270.2700.08
HSL240º60.38%79.22%-
HSV(B)240º27.35%91.76%-
XYZ45.843.2483.77-
YUV177.3160122.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=29.62%
G=29.62%
B=40.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701702340.270.2700.0824060.3879.22
HexAAAAEA1B1B08f03c4f
Octal252252352333301036074117
Binary101010101010101011101010110111101101000111100001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAEA; }

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

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

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

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

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

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

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

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