#A4A2DF

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

Shades of Wistful #A4A2DF

Tints of Wistful #A4A2DF

Color information

#A4A2DF (or 0xA4A2DF) is unknown color: approx Wistful. HEX triplet: A4, A2 and DF. RGB value is (164,162,223). Sum of RGB (Red+Green+Blue) = 164+162+223=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A2DF is #5B5D20. Grayscale: #A9A9A9. Windows color (decimal): -5987617 or 14656164. OLE color: 14656164.

HSL color Cylindrical-coordinate representation of color #A4A2DF: hue angle of 241.97º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4A2DF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164162223-
CMYK0.260.2700.13
HSL241.97º48.8%75.49%-
HSV(B)241.97º27.35%87.45%-
XYZ41.5539.0675.16-
YUV169.55158.16124.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=29.87%
G=29.51%
B=40.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641622230.260.2700.13241.9748.875.49
HexA4A2DF1A1B0Df2314b
Octal244242337323301536261113
Binary101001001010001011011111110101101101101111100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A2DF; }

 p { color: rgb(164,162,223); }

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

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

 a { background-color: rgb(164,162,223); }

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

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

 span { border-color: rgb(164,162,223); }

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