#A6A0CE

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

Shades of Wistful #A6A0CE

Tints of Wistful #A6A0CE

Color information

#A6A0CE (or 0xA6A0CE) is unknown color: approx Wistful. HEX triplet: A6, A0 and CE. RGB value is (166,160,206). Sum of RGB (Red+Green+Blue) = 166+160+206=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0CE is #595F31. Grayscale: #A6A6A6. Windows color (decimal): -5857074 or 13541542. OLE color: 13541542.

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

Color convert

RGB166160206-
CMYK0.190.2200.19
HSL247.83º31.94%71.76%-
HSV(B)247.83º22.33%80.78%-
XYZ39.4437.763.59-
YUV167.04149.99127.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=31.20%
G=30.08%
B=38.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661602060.190.2200.19247.8331.9471.76
HexA6A0CE1316013f82048
Octal246240316232602337040110
Binary1010011010100000110011101001110110010011111110001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0CE; }

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

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

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

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

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

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

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

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