#A49AEB

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

Shades of Wistful #A49AEB

Tints of Wistful #A49AEB

Color information

#A49AEB (or 0xA49AEB) is unknown color: approx Wistful. HEX triplet: A4, 9A and EB. RGB value is (164,154,235). Sum of RGB (Red+Green+Blue) = 164+154+235=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #A49AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49AEB is #5B6514. Grayscale: #A5A5A5. Windows color (decimal): -5989653 or 15440548. OLE color: 15440548.

HSL color Cylindrical-coordinate representation of color #A49AEB: hue angle of 247.41º 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 #A49AEB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164154235-
CMYK0.300.3400.08
HSL247.41º66.94%76.27%-
HSV(B)247.41º34.47%92.16%-
XYZ41.863783.53-
YUV166.22166.81126.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.66%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=29.66%
G=27.85%
B=42.50%

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
Decimal1641542350.300.3400.08247.4166.9476.27
HexA49AEB1E2208f7434c
Octal2442323533642010367103114
Binary10100100100110101110101111110100010010001111011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AEB; }

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

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

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

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

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

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

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

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