#AAAAE3

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

Shades of Perano #AAAAE3

Tints of Perano #AAAAE3

Color information

#AAAAE3 (or 0xAAAAE3) is unknown color: approx Perano. HEX triplet: AA, AA and E3. RGB value is (170,170,227). Sum of RGB (Red+Green+Blue) = 170+170+227=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAAAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAE3 is #55551C. Grayscale: #B0B0B0. Windows color (decimal): -5592349 or 14920362. OLE color: 14920362.

HSL color Cylindrical-coordinate representation of color #AAAAE3: hue angle of 240º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAAAE3 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170170227-
CMYK0.250.2500.11
HSL240º50.44%77.84%-
HSV(B)240º25.11%89.02%-
XYZ44.8242.8478.58-
YUV176.5156.5123.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 227 (89.06% from 255) = 40.04%
R=29.98%
G=29.98%
B=40.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701702270.250.2500.1124050.4477.84
HexAAAAE319190Bf0324e
Octal252252343313101336062116
Binary101010101010101011100011110011100101011111100001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAE3; }

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

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

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

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

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

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

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

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