#A6A3E5

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

Shades of Wistful #A6A3E5

Tints of Wistful #A6A3E5

Color information

#A6A3E5 (or 0xA6A3E5) is unknown color: approx Wistful. HEX triplet: A6, A3 and E5. RGB value is (166,163,229). Sum of RGB (Red+Green+Blue) = 166+163+229=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6A3E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A3E5 is #595C1A. Grayscale: #ABABAB. Windows color (decimal): -5856283 or 15049638. OLE color: 15049638.

HSL color Cylindrical-coordinate representation of color #A6A3E5: hue angle of 242.73º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6A3E5 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166163229-
CMYK0.280.2900.10
HSL242.73º55.93%76.86%-
HSV(B)242.73º28.82%89.8%-
XYZ42.9739.9679.58-
YUV171.42160.49124.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 163 (64.06% from 255) = 29.21%
BLUE value IS 229 (89.84% from 255) = 41.04%
R=29.75%
G=29.21%
B=41.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661632290.280.2900.10242.7355.9376.86
HexA6A3E51C1D0Af3384d
Octal246243345343501236370115
Binary101001101010001111100101111001110101010111100111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A3E5; }

 p { color: rgb(166,163,229); }

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

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

 a { background-color: rgb(166,163,229); }

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

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

 span { border-color: rgb(166,163,229); }

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