#AAAAEE

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

Shades of Perano #AAAAEE

Tints of Perano #AAAAEE

Color information

#AAAAEE (or 0xAAAAEE) is unknown color: approx Perano. HEX triplet: AA, AA and EE. RGB value is (170,170,238). Sum of RGB (Red+Green+Blue) = 170+170+238=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAAEE is #555511. Grayscale: #B1B1B1. Windows color (decimal): -5592338 or 15641258. OLE color: 15641258.

HSL color Cylindrical-coordinate representation of color #AAAAEE: hue angle of 240º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAAAEE is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170170238-
CMYK0.290.2900.07
HSL240º66.67%80%-
HSV(B)240º28.57%93.33%-
XYZ46.3843.4786.83-
YUV177.75162122.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=29.41%
G=29.41%
B=41.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701702380.290.2900.0724066.6780
HexAAAAEE1D1D07f04350
Octal252252356353507360103120
Binary101010101010101011101110111011110101111111000010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAEE; }

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

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

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

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

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

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

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

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