#A19BDB

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

Shades of Wistful #A19BDB

Tints of Wistful #A19BDB

Color information

#A19BDB (or 0xA19BDB) is unknown color: approx Wistful. HEX triplet: A1, 9B and DB. RGB value is (161,155,219). Sum of RGB (Red+Green+Blue) = 161+155+219=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #A19BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BDB is #5E6424. Grayscale: #A3A3A3. Windows color (decimal): -6186021 or 14392225. OLE color: 14392225.

HSL color Cylindrical-coordinate representation of color #A19BDB: hue angle of 245.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19BDB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161155219-
CMYK0.260.2900.14
HSL245.62º47.06%73.33%-
HSV(B)245.62º29.22%85.88%-
XYZ39.2136.1371.93-
YUV164.09158.99125.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=30.09%
G=28.97%
B=40.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611552190.260.2900.14245.6247.0673.33
HexA19BDB1A1D0Ef62f49
Octal241233333323501636657111
Binary101000011001101111011011110101110101110111101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BDB; }

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

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

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

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

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

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

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

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