#A49BF0

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

Shades of Wistful #A49BF0

Tints of Wistful #A49BF0

Color information

#A49BF0 (or 0xA49BF0) is unknown color: approx Wistful. HEX triplet: A4, 9B and F0. RGB value is (164,155,240). Sum of RGB (Red+Green+Blue) = 164+155+240=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #A49BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BF0 is #5B640F. Grayscale: #A7A7A7. Windows color (decimal): -5989392 or 15768484. OLE color: 15768484.

HSL color Cylindrical-coordinate representation of color #A49BF0: hue angle of 246.35º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A49BF0 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164155240-
CMYK0.320.3500.06
HSL246.35º73.91%77.45%-
HSV(B)246.35º35.42%94.12%-
XYZ42.7637.6387.45-
YUV167.38168.98125.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=29.34%
G=27.73%
B=42.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1641552400.320.3500.06246.3573.9177.45
HexA49BF0202306f64a4d
Octal244233360404306366112115
Binary10100100100110111111000010000010001101101111011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BF0; }

 p { color: rgb(164,155,240); }

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

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

 a { background-color: rgb(164,155,240); }

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

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

 span { border-color: rgb(164,155,240); }

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