#A49BEB

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

Shades of Wistful #A49BEB

Tints of Wistful #A49BEB

Color information

#A49BEB (or 0xA49BEB) is unknown color: approx Wistful. HEX triplet: A4, 9B and EB. RGB value is (164,155,235). Sum of RGB (Red+Green+Blue) = 164+155+235=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #A49BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BEB is #5B6414. Grayscale: #A6A6A6. Windows color (decimal): -5989397 or 15440804. OLE color: 15440804.

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

Color convert

RGB164155235-
CMYK0.300.3400.08
HSL246.75º66.67%76.47%-
HSV(B)246.75º34.04%92.16%-
XYZ42.0337.3383.59-
YUV166.81166.48126-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.60%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=29.60%
G=27.98%
B=42.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641552350.300.3400.08246.7566.6776.47
HexA49BEB1E2208f7434c
Octal2442333533642010367103114
Binary10100100100110111110101111110100010010001111011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BEB; }

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

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

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

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

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

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

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

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