#A6A3C6

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

Shades of Wistful #A6A3C6

Tints of Wistful #A6A3C6

Color information

#A6A3C6 (or 0xA6A3C6) is unknown color: approx Wistful. HEX triplet: A6, A3 and C6. RGB value is (166,163,198). Sum of RGB (Red+Green+Blue) = 166+163+198=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #A6A3C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A3C6 is #595C39. Grayscale: #A7A7A7. Windows color (decimal): -5856314 or 13018022. OLE color: 13018022.

HSL color Cylindrical-coordinate representation of color #A6A3C6: hue angle of 245.14º degrees, saturation: 0.23, 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 #A6A3C6 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166163198-
CMYK0.160.1800.22
HSL245.14º23.49%70.78%-
HSV(B)245.14º17.68%77.65%-
XYZ39.0238.3858.78-
YUV167.89144.99126.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=31.50%
G=30.93%
B=37.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661631980.160.1800.22245.1423.4970.78
HexA6A3C61012016f51747
Octal246243306202202636527107
Binary101001101010001111000110100001001001011011110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A3C6; }

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

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

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

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

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

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

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

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