#AAAAEF

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

Shades of Perano #AAAAEF

Tints of Perano #AAAAEF

Color information

#AAAAEF (or 0xAAAAEF) is unknown color: approx Perano. HEX triplet: AA, AA and EF. RGB value is (170,170,239). Sum of RGB (Red+Green+Blue) = 170+170+239=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAAAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAAEF is #555510. Grayscale: #B1B1B1. Windows color (decimal): -5592337 or 15706794. OLE color: 15706794.

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

Color convert

RGB170170239-
CMYK0.290.2900.06
HSL240º68.32%80.2%-
HSV(B)240º28.87%93.73%-
XYZ46.5343.5387.61-
YUV177.87162.5122.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=29.36%
G=29.36%
B=41.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701702390.290.2900.0624068.3280.2
HexAAAAEF1D1D06f04450
Octal252252357353506360104120
Binary101010101010101011101111111011110101101111000010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAEF; }

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

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

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

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

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

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

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

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