#A499CA

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

Shades of Wistful #A499CA

Tints of Wistful #A499CA

Color information

#A499CA (or 0xA499CA) is unknown color: approx Wistful. HEX triplet: A4, 99 and CA. RGB value is (164,153,202). Sum of RGB (Red+Green+Blue) = 164+153+202=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A499CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499CA is #5B6635. Grayscale: #A1A1A1. Windows color (decimal): -5989942 or 13277604. OLE color: 13277604.

HSL color Cylindrical-coordinate representation of color #A499CA: hue angle of 253.47º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A499CA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164153202-
CMYK0.190.2400.21
HSL253.47º31.61%69.61%-
HSV(B)253.47º24.26%79.22%-
XYZ37.3634.9460.65-
YUV161.87150.64129.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=31.60%
G=29.48%
B=38.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641532020.190.2400.21253.4731.6169.61
HexA499CA1318015fd2046
Octal244231312233002537540106
Binary1010010010011001110010101001111000010101111111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499CA; }

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

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

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

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

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

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

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

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