#AAA5CF

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

Shades of Wistful #AAA5CF

Tints of Wistful #AAA5CF

Color information

#AAA5CF (or 0xAAA5CF) is unknown color: approx Wistful. HEX triplet: AA, A5 and CF. RGB value is (170,165,207). Sum of RGB (Red+Green+Blue) = 170+165+207=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAA5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5CF is #555A30. Grayscale: #ABABAB. Windows color (decimal): -5593649 or 13608362. OLE color: 13608362.

HSL color Cylindrical-coordinate representation of color #AAA5CF: hue angle of 247.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA5CF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170165207-
CMYK0.180.2000.19
HSL247.14º30.43%72.94%-
HSV(B)247.14º20.29%81.18%-
XYZ41.339.9664.57-
YUV171.28148.16127.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=31.37%
G=30.44%
B=38.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701652070.180.2000.19247.1430.4372.94
HexAAA5CF1214013f71e49
Octal252245317222402336736111
Binary101010101010010111001111100101010001001111110111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5CF; }

 p { color: rgb(170,165,207); }

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

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

 a { background-color: rgb(170,165,207); }

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

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

 span { border-color: rgb(170,165,207); }

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