#A19BDC

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

Shades of Wistful #A19BDC

Tints of Wistful #A19BDC

Color information

#A19BDC (or 0xA19BDC) is unknown color: approx Wistful. HEX triplet: A1, 9B and DC. RGB value is (161,155,220). Sum of RGB (Red+Green+Blue) = 161+155+220=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #A19BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BDC is #5E6423. Grayscale: #A3A3A3. Windows color (decimal): -6186020 or 14457761. OLE color: 14457761.

HSL color Cylindrical-coordinate representation of color #A19BDC: hue angle of 245.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19BDC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161155220-
CMYK0.270.3000.14
HSL245.54º48.15%73.53%-
HSV(B)245.54º29.55%86.27%-
XYZ39.3436.1972.62-
YUV164.2159.49125.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=30.04%
G=28.92%
B=41.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611552200.270.3000.14245.5448.1573.53
HexA19BDC1B1E0Ef6304a
Octal241233334333601636660112
Binary101000011001101111011100110111111001110111101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BDC; }

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

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

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

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

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

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

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

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