#AAA3E3

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

Shades of Wistful #AAA3E3

Tints of Wistful #AAA3E3

Color information

#AAA3E3 (or 0xAAA3E3) is unknown color: approx Wistful. HEX triplet: AA, A3 and E3. RGB value is (170,163,227). Sum of RGB (Red+Green+Blue) = 170+163+227=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAA3E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3E3 is #555C1C. Grayscale: #ACACAC. Windows color (decimal): -5594141 or 14918570. OLE color: 14918570.

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

Color convert

RGB170163227-
CMYK0.250.2800.11
HSL246.56º53.33%76.47%-
HSV(B)246.56º28.19%89.02%-
XYZ43.5440.2978.15-
YUV172.39158.82126.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 227 (89.06% from 255) = 40.54%
R=30.36%
G=29.11%
B=40.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701632270.250.2800.11246.5653.3376.47
HexAAA3E3191C0Bf7354c
Octal252243343313401336765114
Binary101010101010001111100011110011110001011111101111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3E3; }

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

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

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

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

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

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

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

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