#A19BC9

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

Shades of Wistful #A19BC9

Tints of Wistful #A19BC9

Color information

#A19BC9 (or 0xA19BC9) is unknown color: approx Wistful. HEX triplet: A1, 9B and C9. RGB value is (161,155,201). Sum of RGB (Red+Green+Blue) = 161+155+201=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #A19BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BC9 is #5E6436. Grayscale: #A1A1A1. Windows color (decimal): -6186039 or 13212577. OLE color: 13212577.

HSL color Cylindrical-coordinate representation of color #A19BC9: hue angle of 247.83º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19BC9 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161155201-
CMYK0.200.2300.21
HSL247.83º29.87%69.8%-
HSV(B)247.83º22.89%78.82%-
XYZ36.9635.2460.11-
YUV162.04149.99127.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 201 (78.91% from 255) = 38.88%
R=31.14%
G=29.98%
B=38.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611552010.200.2300.21247.8329.8769.8
HexA19BC91417015f81e46
Octal241233311242702537036106
Binary101000011001101111001001101001011101010111111000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BC9; }

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

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

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

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

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

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

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

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