#A499DF

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

Shades of Wistful #A499DF

Tints of Wistful #A499DF

Color information

#A499DF (or 0xA499DF) is unknown color: approx Wistful. HEX triplet: A4, 99 and DF. RGB value is (164,153,223). Sum of RGB (Red+Green+Blue) = 164+153+223=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A499DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499DF is #5B6620. Grayscale: #A4A4A4. Windows color (decimal): -5989921 or 14653860. OLE color: 14653860.

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

Color convert

RGB164153223-
CMYK0.260.3100.13
HSL249.43º52.24%73.73%-
HSV(B)249.43º31.39%87.45%-
XYZ40.023674.65-
YUV164.27161.14127.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=30.37%
G=28.33%
B=41.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641532230.260.3100.13249.4352.2473.73
HexA499DF1A1F0Df9344a
Octal244231337323701537164112
Binary101001001001100111011111110101111101101111110011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499DF; }

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

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

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

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

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

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

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

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