#A3A2C6

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

Shades of Wistful #A3A2C6

Tints of Wistful #A3A2C6

Color information

#A3A2C6 (or 0xA3A2C6) is unknown color: approx Wistful. HEX triplet: A3, A2 and C6. RGB value is (163,162,198). Sum of RGB (Red+Green+Blue) = 163+162+198=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #A3A2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A2C6 is #5C5D39. Grayscale: #A6A6A6. Windows color (decimal): -6053178 or 13017763. OLE color: 13017763.

HSL color Cylindrical-coordinate representation of color #A3A2C6: hue angle of 241.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3A2C6 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163162198-
CMYK0.180.1800.22
HSL241.67º24%70.59%-
HSV(B)241.67º18.18%77.65%-
XYZ38.2237.758.69-
YUV166.4145.83125.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 198 (77.73% from 255) = 37.86%
R=31.17%
G=30.98%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631621980.180.1800.22241.672470.59
HexA3A2C61212016f21847
Octal243242306222202636230107
Binary101000111010001011000110100101001001011011110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A2C6; }

 p { color: rgb(163,162,198); }

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

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

 a { background-color: rgb(163,162,198); }

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

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

 span { border-color: rgb(163,162,198); }

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