#AAA4DF

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

Shades of Wistful #AAA4DF

Tints of Wistful #AAA4DF

Color information

#AAA4DF (or 0xAAA4DF) is unknown color: approx Wistful. HEX triplet: AA, A4 and DF. RGB value is (170,164,223). Sum of RGB (Red+Green+Blue) = 170+164+223=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4DF is #555B20. Grayscale: #ACACAC. Windows color (decimal): -5593889 or 14656682. OLE color: 14656682.

HSL color Cylindrical-coordinate representation of color #AAA4DF: hue angle of 246.1º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA4DF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170164223-
CMYK0.240.2600.13
HSL246.1º47.97%75.88%-
HSV(B)246.1º26.46%87.45%-
XYZ43.1740.4275.34-
YUV172.52156.49126.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=30.52%
G=29.44%
B=40.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701642230.240.2600.13246.147.9775.88
HexAAA4DF181A0Df6304c
Octal252244337303201536660114
Binary101010101010010011011111110001101001101111101101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4DF; }

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

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

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

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

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

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

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

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