#AAA3CE

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

Shades of Wistful #AAA3CE

Tints of Wistful #AAA3CE

Color information

#AAA3CE (or 0xAAA3CE) is unknown color: approx Wistful. HEX triplet: AA, A3 and CE. RGB value is (170,163,206). Sum of RGB (Red+Green+Blue) = 170+163+206=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3CE is #555C31. Grayscale: #A9A9A9. Windows color (decimal): -5594162 or 13542314. OLE color: 13542314.

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

Color convert

RGB170163206-
CMYK0.170.2100.19
HSL249.77º30.5%72.35%-
HSV(B)249.77º20.87%80.78%-
XYZ40.8239.263.81-
YUV170148.32128-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=31.54%
G=30.24%
B=38.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701632060.170.2100.19249.7730.572.35
HexAAA3CE1115013fa1e48
Octal252243316212502337236110
Binary101010101010001111001110100011010101001111111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3CE; }

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

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

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

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

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

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

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

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