#A499C3

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

Shades of Wistful #A499C3

Tints of Wistful #A499C3

Color information

#A499C3 (or 0xA499C3) is unknown color: approx Wistful. HEX triplet: A4, 99 and C3. RGB value is (164,153,195). Sum of RGB (Red+Green+Blue) = 164+153+195=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #A499C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499C3 is #5B663C. Grayscale: #A0A0A0. Windows color (decimal): -5989949 or 12818852. OLE color: 12818852.

HSL color Cylindrical-coordinate representation of color #A499C3: hue angle of 255.71º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A499C3 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164153195-
CMYK0.160.2200.24
HSL255.71º25.93%68.24%-
HSV(B)255.71º21.54%76.47%-
XYZ36.5534.6256.38-
YUV161.08147.14130.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=32.03%
G=29.88%
B=38.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641531950.160.2200.24255.7125.9368.24
HexA499C310160181001a44
Octal244231303202603040032104
Binary1010010010011001110000111000010110011000100000000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499C3; }

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

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

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

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

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

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

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

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