#A49FCA

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

Shades of Wistful #A49FCA

Tints of Wistful #A49FCA

Color information

#A49FCA (or 0xA49FCA) is unknown color: approx Wistful. HEX triplet: A4, 9F and CA. RGB value is (164,159,202). Sum of RGB (Red+Green+Blue) = 164+159+202=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #A49FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FCA is #5B6035. Grayscale: #A5A5A5. Windows color (decimal): -5988406 or 13279140. OLE color: 13279140.

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

Color convert

RGB164159202-
CMYK0.190.2100.21
HSL246.98º28.86%70.78%-
HSV(B)246.98º21.29%79.22%-
XYZ38.3736.9560.99-
YUV165.4148.66127-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=31.24%
G=30.29%
B=38.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641592020.190.2100.21246.9828.8670.78
HexA49FCA1315015f71d47
Octal244237312232502536735107
Binary101001001001111111001010100111010101010111110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FCA; }

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

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

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

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

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

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

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

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