#A19BC5

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

Shades of Wistful #A19BC5

Tints of Wistful #A19BC5

Color information

#A19BC5 (or 0xA19BC5) is unknown color: approx Wistful. HEX triplet: A1, 9B and C5. RGB value is (161,155,197). Sum of RGB (Red+Green+Blue) = 161+155+197=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #A19BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BC5 is #5E643A. Grayscale: #A1A1A1. Windows color (decimal): -6186043 or 12950433. OLE color: 12950433.

HSL color Cylindrical-coordinate representation of color #A19BC5: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A19BC5 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161155197-
CMYK0.180.2100.23
HSL248.57º26.58%69.02%-
HSV(B)248.57º21.32%77.25%-
XYZ36.535.0557.67-
YUV161.58147.99127.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 197 (77.34% from 255) = 38.40%
R=31.38%
G=30.21%
B=38.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611551970.180.2100.23248.5726.5869.02
HexA19BC51215017f91b45
Octal241233305222502737133105
Binary101000011001101111000101100101010101011111111001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BC5; }

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

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

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

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

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

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

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

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