#A4A3D1

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

Shades of Wistful #A4A3D1

Tints of Wistful #A4A3D1

Color information

#A4A3D1 (or 0xA4A3D1) is unknown color: approx Wistful. HEX triplet: A4, A3 and D1. RGB value is (164,163,209). Sum of RGB (Red+Green+Blue) = 164+163+209=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #A4A3D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A3D1 is #5B5C2E. Grayscale: #A8A8A8. Windows color (decimal): -5987375 or 13738916. OLE color: 13738916.

HSL color Cylindrical-coordinate representation of color #A4A3D1: hue angle of 241.3º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4A3D1 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164163209-
CMYK0.220.2200.18
HSL241.3º33.33%72.94%-
HSV(B)241.3º22.01%81.96%-
XYZ39.9238.6965.69-
YUV168.54150.83124.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=30.60%
G=30.41%
B=38.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641632090.220.2200.18241.333.3372.94
HexA4A3D11616012f12149
Octal244243321262602236141111
Binary1010010010100011110100011011010110010010111100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A3D1; }

 p { color: rgb(164,163,209); }

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

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

 a { background-color: rgb(164,163,209); }

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

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

 span { border-color: rgb(164,163,209); }

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