#A6A3E9

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

Shades of Wistful #A6A3E9

Tints of Wistful #A6A3E9

Color information

#A6A3E9 (or 0xA6A3E9) is unknown color: approx Wistful. HEX triplet: A6, A3 and E9. RGB value is (166,163,233). Sum of RGB (Red+Green+Blue) = 166+163+233=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #A6A3E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A3E9 is #595C16. Grayscale: #ABABAB. Windows color (decimal): -5856279 or 15311782. OLE color: 15311782.

HSL color Cylindrical-coordinate representation of color #A6A3E9: hue angle of 242.57º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6A3E9 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166163233-
CMYK0.290.3000.09
HSL242.57º61.4%77.65%-
HSV(B)242.57º30.04%91.37%-
XYZ43.5340.1882.55-
YUV171.88162.49123.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=29.54%
G=29.00%
B=41.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661632330.290.3000.09242.5761.477.65
HexA6A3E91D1E09f33d4e
Octal246243351353601136375116
Binary101001101010001111101001111011111001001111100111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A3E9; }

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

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

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

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

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

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

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

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