#A19BEE

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

Shades of Wistful #A19BEE

Tints of Wistful #A19BEE

Color information

#A19BEE (or 0xA19BEE) is unknown color: approx Wistful. HEX triplet: A1, 9B and EE. RGB value is (161,155,238). Sum of RGB (Red+Green+Blue) = 161+155+238=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #A19BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19BEE is #5E6411. Grayscale: #A5A5A5. Windows color (decimal): -6186002 or 15637409. OLE color: 15637409.

HSL color Cylindrical-coordinate representation of color #A19BEE: hue angle of 244.34º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19BEE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161155238-
CMYK0.320.3500.07
HSL244.34º70.94%77.06%-
HSV(B)244.34º34.87%93.33%-
XYZ41.8537.1985.86-
YUV166.26168.49124.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=29.06%
G=27.98%
B=42.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611552380.320.3500.07244.3470.9477.06
HexA19BEE202307f4474d
Octal241233356404307364107115
Binary10100001100110111110111010000010001101111111010010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BEE; }

 p { color: rgb(161,155,238); }

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

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

 a { background-color: rgb(161,155,238); }

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

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

 span { border-color: rgb(161,155,238); }

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