#A19AE5

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

Shades of Wistful #A19AE5

Tints of Wistful #A19AE5

Color information

#A19AE5 (or 0xA19AE5) is unknown color: approx Wistful. HEX triplet: A1, 9A and E5. RGB value is (161,154,229). Sum of RGB (Red+Green+Blue) = 161+154+229=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #A19AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AE5 is #5E651A. Grayscale: #A4A4A4. Windows color (decimal): -6186267 or 15047329. OLE color: 15047329.

HSL color Cylindrical-coordinate representation of color #A19AE5: hue angle of 245.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A19AE5 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161154229-
CMYK0.300.3300.10
HSL245.6º59.06%75.1%-
HSV(B)245.6º32.75%89.8%-
XYZ40.436.3579.01-
YUV164.64164.32125.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 229 (89.84% from 255) = 42.10%
R=29.60%
G=28.31%
B=42.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611542290.300.3300.10245.659.0675.1
HexA19AE51E210Af63b4b
Octal241232345364101236673113
Binary1010000110011010111001011111010000101010111101101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AE5; }

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

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

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

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

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

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

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

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