#A19AE9

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

Shades of Wistful #A19AE9

Tints of Wistful #A19AE9

Color information

#A19AE9 (or 0xA19AE9) is unknown color: approx Wistful. HEX triplet: A1, 9A and E9. RGB value is (161,154,233). Sum of RGB (Red+Green+Blue) = 161+154+233=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #A19AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19AE9 is #5E6516. Grayscale: #A4A4A4. Windows color (decimal): -6186263 or 15309473. OLE color: 15309473.

HSL color Cylindrical-coordinate representation of color #A19AE9: hue angle of 245.32º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A19AE9 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161154233-
CMYK0.310.3400.09
HSL245.32º64.23%75.88%-
HSV(B)245.32º33.91%91.37%-
XYZ40.9636.5781.99-
YUV165.1166.32125.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 233 (91.41% from 255) = 42.52%
R=29.38%
G=28.10%
B=42.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611542330.310.3400.09245.3264.2375.88
HexA19AE91F2209f5404c
Octal2412323513742011365100114
Binary10100001100110101110100111111100010010011111010110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AE9; }

 p { color: rgb(161,154,233); }

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

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

 a { background-color: rgb(161,154,233); }

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

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

 span { border-color: rgb(161,154,233); }

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