#A6A3EA

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

Shades of Wistful #A6A3EA

Tints of Wistful #A6A3EA

Color information

#A6A3EA (or 0xA6A3EA) is unknown color: approx Wistful. HEX triplet: A6, A3 and EA. RGB value is (166,163,234). Sum of RGB (Red+Green+Blue) = 166+163+234=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6A3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A3EA is #595C15. Grayscale: #ABABAB. Windows color (decimal): -5856278 or 15377318. OLE color: 15377318.

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

Color convert

RGB166163234-
CMYK0.290.3000.08
HSL242.54º62.83%77.84%-
HSV(B)242.54º30.34%91.76%-
XYZ43.6740.2483.31-
YUV171.99162.99123.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=29.48%
G=28.95%
B=41.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661632340.290.3000.08242.5462.8377.84
HexA6A3EA1D1E08f33f4e
Octal246243352353601036377116
Binary101001101010001111101010111011111001000111100111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A3EA; }

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

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

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

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

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

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

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

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