#A6A0EB

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

Shades of Wistful #A6A0EB

Tints of Wistful #A6A0EB

Color information

#A6A0EB (or 0xA6A0EB) is unknown color: approx Wistful. HEX triplet: A6, A0 and EB. RGB value is (166,160,235). Sum of RGB (Red+Green+Blue) = 166+160+235=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6A0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A0EB is #595F14. Grayscale: #AAAAAA. Windows color (decimal): -5857045 or 15442086. OLE color: 15442086.

HSL color Cylindrical-coordinate representation of color #A6A0EB: hue angle of 244.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6A0EB is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166160235-
CMYK0.290.3200.08
HSL244.8º65.22%77.45%-
HSV(B)244.8º31.91%92.16%-
XYZ43.2939.2583.89-
YUV170.34164.49124.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 160 (62.89% from 255) = 28.52%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=29.59%
G=28.52%
B=41.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661602350.290.3200.08244.865.2277.45
HexA6A0EB1D2008f5414d
Octal2462403533540010365101115
Binary10100110101000001110101111101100000010001111010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0EB; }

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

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

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

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

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

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

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

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