#A6A0EA

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

Shades of Wistful #A6A0EA

Tints of Wistful #A6A0EA

Color information

#A6A0EA (or 0xA6A0EA) is unknown color: approx Wistful. HEX triplet: A6, A0 and EA. RGB value is (166,160,234). Sum of RGB (Red+Green+Blue) = 166+160+234=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A0EA is #595F15. Grayscale: #A9A9A9. Windows color (decimal): -5857046 or 15376550. OLE color: 15376550.

HSL color Cylindrical-coordinate representation of color #A6A0EA: hue angle of 244.86º degrees, saturation: 0.64, 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 #A6A0EA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166160234-
CMYK0.290.3200.08
HSL244.86º63.79%77.25%-
HSV(B)244.86º31.62%91.76%-
XYZ43.1539.1983.13-
YUV170.23163.99124.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 160 (62.89% from 255) = 28.57%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=29.64%
G=28.57%
B=41.79%

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
Decimal1661602340.290.3200.08244.8663.7977.25
HexA6A0EA1D2008f5404d
Octal2462403523540010365100115
Binary10100110101000001110101011101100000010001111010110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0EA; }

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

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

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

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

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

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

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

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