#AA9FD2

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

Shades of Wistful #AA9FD2

Tints of Wistful #AA9FD2

Color information

#AA9FD2 (or 0xAA9FD2) is unknown color: approx Wistful. HEX triplet: AA, 9F and D2. RGB value is (170,159,210). Sum of RGB (Red+Green+Blue) = 170+159+210=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA9FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FD2 is #55602D. Grayscale: #A7A7A7. Windows color (decimal): -5595182 or 13803434. OLE color: 13803434.

HSL color Cylindrical-coordinate representation of color #AA9FD2: hue angle of 252.94º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9FD2 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170159210-
CMYK0.190.2400.18
HSL252.94º36.17%72.35%-
HSV(B)252.94º24.29%82.35%-
XYZ40.613866.17-
YUV168.1151.64129.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=31.54%
G=29.50%
B=38.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701592100.190.2400.18252.9436.1772.35
HexAA9FD21318012fd2448
Octal252237322233002237544110
Binary1010101010011111110100101001111000010010111111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FD2; }

 p { color: rgb(170,159,210); }

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

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

 a { background-color: rgb(170,159,210); }

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

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

 span { border-color: rgb(170,159,210); }

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