#A6A0E0

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

Shades of Wistful #A6A0E0

Tints of Wistful #A6A0E0

Color information

#A6A0E0 (or 0xA6A0E0) is unknown color: approx Wistful. HEX triplet: A6, A0 and E0. RGB value is (166,160,224). Sum of RGB (Red+Green+Blue) = 166+160+224=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6A0E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0E0 is #595F1F. Grayscale: #A8A8A8. Windows color (decimal): -5857056 or 14721190. OLE color: 14721190.

HSL color Cylindrical-coordinate representation of color #A6A0E0: hue angle of 245.62º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6A0E0 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166160224-
CMYK0.260.2900.12
HSL245.62º50.79%75.29%-
HSV(B)245.62º28.57%87.84%-
XYZ41.7538.6375.78-
YUV169.09158.99125.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 160 (62.89% from 255) = 29.09%
BLUE value IS 224 (87.89% from 255) = 40.73%
R=30.18%
G=29.09%
B=40.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661602240.260.2900.12245.6250.7975.29
HexA6A0E01A1D0Cf6334b
Octal246240340323501436663113
Binary101001101010000011100000110101110101100111101101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0E0; }

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

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

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

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

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

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

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

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