#AA9FD4

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

Shades of Wistful #AA9FD4

Tints of Wistful #AA9FD4

Color information

#AA9FD4 (or 0xAA9FD4) is unknown color: approx Wistful. HEX triplet: AA, 9F and D4. RGB value is (170,159,212). Sum of RGB (Red+Green+Blue) = 170+159+212=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA9FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FD4 is #55602B. Grayscale: #A8A8A8. Windows color (decimal): -5595180 or 13934506. OLE color: 13934506.

HSL color Cylindrical-coordinate representation of color #AA9FD4: hue angle of 252.45º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9FD4 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170159212-
CMYK0.200.2500.17
HSL252.45º38.13%72.75%-
HSV(B)252.45º25%83.14%-
XYZ40.8638.167.49-
YUV168.33152.64129.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=31.42%
G=29.39%
B=39.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701592120.200.2500.17252.4538.1372.75
HexAA9FD41419011fc2649
Octal252237324243102137446111
Binary1010101010011111110101001010011001010001111111001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FD4; }

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

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

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

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

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

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

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

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