#AAA3CF

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

Shades of Wistful #AAA3CF

Tints of Wistful #AAA3CF

Color information

#AAA3CF (or 0xAAA3CF) is unknown color: approx Wistful. HEX triplet: AA, A3 and CF. RGB value is (170,163,207). Sum of RGB (Red+Green+Blue) = 170+163+207=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3CF is #555C30. Grayscale: #A9A9A9. Windows color (decimal): -5594161 or 13607850. OLE color: 13607850.

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

Color convert

RGB170163207-
CMYK0.180.2100.19
HSL249.55º31.43%72.55%-
HSV(B)249.55º21.26%81.18%-
XYZ40.9439.2564.45-
YUV170.11148.82127.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=31.48%
G=30.19%
B=38.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701632070.180.2100.19249.5531.4372.55
HexAAA3CF1215013fa1f49
Octal252243317222502337237111
Binary101010101010001111001111100101010101001111111010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3CF; }

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

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

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

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

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

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

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

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