#A19BEB

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

Shades of Wistful #A19BEB

Tints of Wistful #A19BEB

Color information

#A19BEB (or 0xA19BEB) is unknown color: approx Wistful. HEX triplet: A1, 9B and EB. RGB value is (161,155,235). Sum of RGB (Red+Green+Blue) = 161+155+235=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #A19BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19BEB is #5E6414. Grayscale: #A5A5A5. Windows color (decimal): -6186005 or 15440801. OLE color: 15440801.

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

Color convert

RGB161155235-
CMYK0.310.3400.08
HSL244.5º66.67%76.47%-
HSV(B)244.5º34.04%92.16%-
XYZ41.4137.0283.56-
YUV165.91166.99124.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=29.22%
G=28.13%
B=42.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611552350.310.3400.08244.566.6776.47
HexA19BEB1F2208f4434c
Octal2412333533742010364103114
Binary10100001100110111110101111111100010010001111010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BEB; }

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

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

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

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

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

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

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

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