#A6A0E3

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

Shades of Wistful #A6A0E3

Tints of Wistful #A6A0E3

Color information

#A6A0E3 (or 0xA6A0E3) is unknown color: approx Wistful. HEX triplet: A6, A0 and E3. RGB value is (166,160,227). Sum of RGB (Red+Green+Blue) = 166+160+227=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #A6A0E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0E3 is #595F1C. Grayscale: #A9A9A9. Windows color (decimal): -5857053 or 14917798. OLE color: 14917798.

HSL color Cylindrical-coordinate representation of color #A6A0E3: hue angle of 245.37º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6A0E3 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166160227-
CMYK0.270.3000.11
HSL245.37º54.47%75.88%-
HSV(B)245.37º29.52%89.02%-
XYZ42.1638.7977.94-
YUV169.43160.49125.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.02%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 227 (89.06% from 255) = 41.05%
R=30.02%
G=28.93%
B=41.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661602270.270.3000.11245.3754.4775.88
HexA6A0E31B1E0Bf5364c
Octal246240343333601336566114
Binary101001101010000011100011110111111001011111101011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0E3; }

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

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

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

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

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

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

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

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