#AAAEF7

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

Shades of Perano #AAAEF7

Tints of Perano #AAAEF7

Color information

#AAAEF7 (or 0xAAAEF7) is unknown color: approx Perano. HEX triplet: AA, AE and F7. RGB value is (170,174,247). Sum of RGB (Red+Green+Blue) = 170+174+247=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAAEF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEF7 is #555108. Grayscale: #B4B4B4. Windows color (decimal): -5591305 or 16232106. OLE color: 16232106.

HSL color Cylindrical-coordinate representation of color #AAAEF7: hue angle of 236.88º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAAEF7 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170174247-
CMYK0.310.3000.03
HSL236.88º82.8%81.76%-
HSV(B)236.88º31.17%96.86%-
XYZ48.545.5394.23-
YUV181.13165.17120.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 247 (96.88% from 255) = 41.79%
R=28.76%
G=29.44%
B=41.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701742470.310.3000.03236.8882.881.76
HexAAAEF71F1E03ed5352
Octal252256367373603355123122
Binary10101010101011101111011111111111100111110110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEF7; }

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

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

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

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

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

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

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

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