#A6A0C1

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

Shades of Wistful #A6A0C1

Tints of Wistful #A6A0C1

Color information

#A6A0C1 (or 0xA6A0C1) is unknown color: approx Wistful. HEX triplet: A6, A0 and C1. RGB value is (166,160,193). Sum of RGB (Red+Green+Blue) = 166+160+193=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6A0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0C1 is #595F3E. Grayscale: #A5A5A5. Windows color (decimal): -5857087 or 12689574. OLE color: 12689574.

HSL color Cylindrical-coordinate representation of color #A6A0C1: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6A0C1 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166160193-
CMYK0.140.1700.24
HSL250.91º21.02%69.22%-
HSV(B)250.91º17.1%75.69%-
XYZ37.9237.155.61-
YUV165.56143.49128.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=31.98%
G=30.83%
B=37.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661601930.140.1700.24250.9121.0269.22
HexA6A0C1E11018fb1545
Octal246240301162103037325105
Binary10100110101000001100000111101000101100011111011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0C1; }

 p { color: rgb(166,160,193); }

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

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

 a { background-color: rgb(166,160,193); }

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

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

 span { border-color: rgb(166,160,193); }

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