#A49FEB

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

Shades of Wistful #A49FEB

Tints of Wistful #A49FEB

Color information

#A49FEB (or 0xA49FEB) is unknown color: approx Wistful. HEX triplet: A4, 9F and EB. RGB value is (164,159,235). Sum of RGB (Red+Green+Blue) = 164+159+235=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #A49FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FEB is #5B6014. Grayscale: #A8A8A8. Windows color (decimal): -5988373 or 15441828. OLE color: 15441828.

HSL color Cylindrical-coordinate representation of color #A49FEB: hue angle of 243.95º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A49FEB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164159235-
CMYK0.300.3200.08
HSL243.95º65.52%77.25%-
HSV(B)243.95º32.34%92.16%-
XYZ42.738.6983.81-
YUV169.16165.16124.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=29.39%
G=28.49%
B=42.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641592350.300.3200.08243.9565.5277.25
HexA49FEB1E2008f4424d
Octal2442373533640010364102115
Binary10100100100111111110101111110100000010001111010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FEB; }

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

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

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

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

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

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

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

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