#AAA4DD

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

Shades of Wistful #AAA4DD

Tints of Wistful #AAA4DD

Color information

#AAA4DD (or 0xAAA4DD) is unknown color: approx Wistful. HEX triplet: AA, A4 and DD. RGB value is (170,164,221). Sum of RGB (Red+Green+Blue) = 170+164+221=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4DD is #555B22. Grayscale: #ACACAC. Windows color (decimal): -5593891 or 14525610. OLE color: 14525610.

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

Color convert

RGB170164221-
CMYK0.230.2600.13
HSL246.32º45.6%75.49%-
HSV(B)246.32º25.79%86.67%-
XYZ42.940.3273.93-
YUV172.29155.49126.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=30.63%
G=29.55%
B=39.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701642210.230.2600.13246.3245.675.49
HexAAA4DD171A0Df62e4b
Octal252244335273201536656113
Binary101010101010010011011101101111101001101111101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4DD; }

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

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

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

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

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

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

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

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