#AAAEFB

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

Shades of Perano #AAAEFB

Tints of Perano #AAAEFB

Color information

#AAAEFB (or 0xAAAEFB) is unknown color: approx Perano. HEX triplet: AA, AE and FB. RGB value is (170,174,251). Sum of RGB (Red+Green+Blue) = 170+174+251=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAAEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEFB is #555104. Grayscale: #B5B5B5. Windows color (decimal): -5591301 or 16494250. OLE color: 16494250.

HSL color Cylindrical-coordinate representation of color #AAAEFB: hue angle of 237.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAAEFB is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170174251-
CMYK0.320.3100.02
HSL237.04º91.01%82.55%-
HSV(B)237.04º32.27%98.43%-
XYZ49.1345.7897.51-
YUV181.58167.17119.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=28.57%
G=29.24%
B=42.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701742510.320.3100.02237.0491.0182.55
HexAAAEFB201F02ed5b53
Octal252256373403702355133123
Binary101010101010111011111011100000111110101110110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEFB; }

 p { color: rgb(170,174,251); }

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

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

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

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

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

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

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