#A6A2EB

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

Shades of Wistful #A6A2EB

Tints of Wistful #A6A2EB

Color information

#A6A2EB (or 0xA6A2EB) is unknown color: approx Wistful. HEX triplet: A6, A2 and EB. RGB value is (166,162,235). Sum of RGB (Red+Green+Blue) = 166+162+235=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A2EB is #595D14. Grayscale: #ABABAB. Windows color (decimal): -5856533 or 15442598. OLE color: 15442598.

HSL color Cylindrical-coordinate representation of color #A6A2EB: hue angle of 243.29º degrees, saturation: 0.65, 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 #A6A2EB is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166162235-
CMYK0.290.3100.08
HSL243.29º64.6%77.84%-
HSV(B)243.29º31.06%92.16%-
XYZ43.6439.9584.01-
YUV171.52163.83124.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=29.48%
G=28.77%
B=41.74%

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
Decimal1661622350.290.3100.08243.2964.677.84
HexA6A2EB1D1F08f3414e
Octal2462423533537010363101116
Binary1010011010100010111010111110111111010001111001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A2EB; }

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

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

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

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

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

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

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

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