#AAA4D3

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

Shades of Wistful #AAA4D3

Tints of Wistful #AAA4D3

Color information

#AAA4D3 (or 0xAAA4D3) is unknown color: approx Wistful. HEX triplet: AA, A4 and D3. RGB value is (170,164,211). Sum of RGB (Red+Green+Blue) = 170+164+211=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #AAA4D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4D3 is #555B2C. Grayscale: #AAAAAA. Windows color (decimal): -5593901 or 13870250. OLE color: 13870250.

HSL color Cylindrical-coordinate representation of color #AAA4D3: hue angle of 247.66º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA4D3 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170164211-
CMYK0.190.2200.17
HSL247.66º34.81%73.53%-
HSV(B)247.66º22.27%82.75%-
XYZ41.6139.867.12-
YUV171.15150.49127.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 211 (82.81% from 255) = 38.72%
R=31.19%
G=30.09%
B=38.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701642110.190.2200.17247.6634.8173.53
HexAAA4D31316011f8234a
Octal252244323232602137043112
Binary1010101010100100110100111001110110010001111110001000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4D3; }

 p { color: rgb(170,164,211); }

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

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

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

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

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

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

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