#A19AC5

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

Shades of Wistful #A19AC5

Tints of Wistful #A19AC5

Color information

#A19AC5 (or 0xA19AC5) is unknown color: approx Wistful. HEX triplet: A1, 9A and C5. RGB value is (161,154,197). Sum of RGB (Red+Green+Blue) = 161+154+197=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #A19AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AC5 is #5E653A. Grayscale: #A0A0A0. Windows color (decimal): -6186299 or 12950177. OLE color: 12950177.

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

Color convert

RGB161154197-
CMYK0.180.2200.23
HSL249.77º27.04%68.82%-
HSV(B)249.77º21.83%77.25%-
XYZ36.3334.7257.61-
YUV160.99148.32128-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 197 (77.34% from 255) = 38.48%
R=31.45%
G=30.08%
B=38.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611541970.180.2200.23249.7727.0468.82
HexA19AC51216017fa1b45
Octal241232305222602737233105
Binary101000011001101011000101100101011001011111111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AC5; }

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

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

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

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

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

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

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

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