#AAA3ED

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

Shades of Wistful #AAA3ED

Tints of Wistful #AAA3ED

Color information

#AAA3ED (or 0xAAA3ED) is unknown color: approx Wistful. HEX triplet: AA, A3 and ED. RGB value is (170,163,237). Sum of RGB (Red+Green+Blue) = 170+163+237=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA3ED is #555C12. Grayscale: #ADADAD. Windows color (decimal): -5594131 or 15573930. OLE color: 15573930.

HSL color Cylindrical-coordinate representation of color #AAA3ED: hue angle of 245.68º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA3ED is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170163237-
CMYK0.280.3100.07
HSL245.68º67.27%78.43%-
HSV(B)245.68º31.22%92.94%-
XYZ44.9640.8585.64-
YUV173.53163.82125.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=29.82%
G=28.60%
B=41.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701632370.280.3100.07245.6867.2778.43
HexAAA3ED1C1F07f6434e
Octal252243355343707366103116
Binary101010101010001111101101111001111101111111011010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3ED; }

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

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

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

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

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

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

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

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