#A19BD8

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

Shades of Wistful #A19BD8

Tints of Wistful #A19BD8

Color information

#A19BD8 (or 0xA19BD8) is unknown color: approx Wistful. HEX triplet: A1, 9B and D8. RGB value is (161,155,216). Sum of RGB (Red+Green+Blue) = 161+155+216=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #A19BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BD8 is #5E6427. Grayscale: #A3A3A3. Windows color (decimal): -6186024 or 14195617. OLE color: 14195617.

HSL color Cylindrical-coordinate representation of color #A19BD8: hue angle of 245.9º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19BD8 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161155216-
CMYK0.250.2800.15
HSL245.9º43.88%72.75%-
HSV(B)245.9º28.24%84.71%-
XYZ38.8135.9869.86-
YUV163.75157.49126.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=30.26%
G=29.14%
B=40.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611552160.250.2800.15245.943.8872.75
HexA19BD8191C0Ff62c49
Octal241233330313401736654111
Binary101000011001101111011000110011110001111111101101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BD8; }

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

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

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

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

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

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

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

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