#A6A3EB

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

Shades of Wistful #A6A3EB

Tints of Wistful #A6A3EB

Color information

#A6A3EB (or 0xA6A3EB) is unknown color: approx Wistful. HEX triplet: A6, A3 and EB. RGB value is (166,163,235). Sum of RGB (Red+Green+Blue) = 166+163+235=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6A3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A3EB is #595C14. Grayscale: #ABABAB. Windows color (decimal): -5856277 or 15442854. OLE color: 15442854.

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

Color convert

RGB166163235-
CMYK0.290.3100.08
HSL242.5º64.29%78.04%-
HSV(B)242.5º30.64%92.16%-
XYZ43.8240.384.07-
YUV172.1163.49123.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.43%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=29.43%
G=28.90%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661632350.290.3100.08242.564.2978.04
HexA6A3EB1D1F08f2404e
Octal2462433533537010362100116
Binary1010011010100011111010111110111111010001111001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A3EB; }

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

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

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

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

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

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

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

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