#A4A4DF

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

Shades of Wistful #A4A4DF

Tints of Wistful #A4A4DF

Color information

#A4A4DF (or 0xA4A4DF) is unknown color: approx Wistful. HEX triplet: A4, A4 and DF. RGB value is (164,164,223). Sum of RGB (Red+Green+Blue) = 164+164+223=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A4DF is #5B5B20. Grayscale: #AAAAAA. Windows color (decimal): -5987105 or 14656676. OLE color: 14656676.

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

Color convert

RGB164164223-
CMYK0.260.2600.13
HSL240º47.97%75.88%-
HSV(B)240º26.46%87.45%-
XYZ41.939.7775.28-
YUV170.73157.5123.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 164 (64.45% from 255) = 29.76%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=29.76%
G=29.76%
B=40.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641642230.260.2600.1324047.9775.88
HexA4A4DF1A1A0Df0304c
Octal244244337323201536060114
Binary101001001010010011011111110101101001101111100001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A4DF; }

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

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

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

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

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

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

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

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