#A49BF6

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

Shades of Wistful #A49BF6

Tints of Wistful #A49BF6

Color information

#A49BF6 (or 0xA49BF6) is unknown color: approx Wistful. HEX triplet: A4, 9B and F6. RGB value is (164,155,246). Sum of RGB (Red+Green+Blue) = 164+155+246=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #A49BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BF6 is #5B6409. Grayscale: #A7A7A7. Windows color (decimal): -5989386 or 16161700. OLE color: 16161700.

HSL color Cylindrical-coordinate representation of color #A49BF6: hue angle of 245.93º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49BF6 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164155246-
CMYK0.330.3700.04
HSL245.93º83.49%78.63%-
HSV(B)245.93º36.99%96.47%-
XYZ43.6737.9992.22-
YUV168.07171.98125.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 246 (96.48% from 255) = 43.54%
R=29.03%
G=27.43%
B=43.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641552460.330.3700.04245.9383.4978.63
HexA49BF6212504f6534f
Octal244233366414504366123117
Binary10100100100110111111011010000110010101001111011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BF6; }

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

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

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

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

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

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

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

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