#A4A1D3

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

Shades of Wistful #A4A1D3

Tints of Wistful #A4A1D3

Color information

#A4A1D3 (or 0xA4A1D3) is unknown color: approx Wistful. HEX triplet: A4, A1 and D3. RGB value is (164,161,211). Sum of RGB (Red+Green+Blue) = 164+161+211=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4A1D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1D3 is #5B5E2C. Grayscale: #A7A7A7. Windows color (decimal): -5987885 or 13869476. OLE color: 13869476.

HSL color Cylindrical-coordinate representation of color #A4A1D3: hue angle of 243.6º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4A1D3 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164161211-
CMYK0.220.2400.17
HSL243.6º36.23%72.94%-
HSV(B)243.6º23.7%82.75%-
XYZ39.8138.0966.88-
YUV167.6152.49125.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 211 (82.81% from 255) = 39.37%
R=30.60%
G=30.04%
B=39.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641612110.220.2400.17243.636.2372.94
HexA4A1D31618011f42449
Octal244241323263002136444111
Binary1010010010100001110100111011011000010001111101001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1D3; }

 p { color: rgb(164,161,211); }

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

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

 a { background-color: rgb(164,161,211); }

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

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

 span { border-color: rgb(164,161,211); }

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