#A4A6DB

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

Shades of Wistful #A4A6DB

Tints of Wistful #A4A6DB

Color information

#A4A6DB (or 0xA4A6DB) is unknown color: approx Wistful. HEX triplet: A4, A6 and DB. RGB value is (164,166,219). Sum of RGB (Red+Green+Blue) = 164+166+219=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A6DB is #5B5924. Grayscale: #ABABAB. Windows color (decimal): -5986597 or 14395044. OLE color: 14395044.

HSL color Cylindrical-coordinate representation of color #A4A6DB: hue angle of 237.82º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4A6DB is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164166219-
CMYK0.250.2400.14
HSL237.82º43.31%75.1%-
HSV(B)237.82º25.11%85.88%-
XYZ41.7340.2872.59-
YUV171.44154.84122.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=29.87%
G=30.24%
B=39.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641662190.250.2400.14237.8243.3175.1
HexA4A6DB19180Eee2b4b
Octal244246333313001635653113
Binary101001001010011011011011110011100001110111011101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A6DB; }

 p { color: rgb(164,166,219); }

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

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

 a { background-color: rgb(164,166,219); }

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

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

 span { border-color: rgb(164,166,219); }

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