#A19AC3

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

Shades of Wistful #A19AC3

Tints of Wistful #A19AC3

Color information

#A19AC3 (or 0xA19AC3) is unknown color: approx Wistful. HEX triplet: A1, 9A and C3. RGB value is (161,154,195). Sum of RGB (Red+Green+Blue) = 161+154+195=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #A19AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AC3 is #5E653C. Grayscale: #A0A0A0. Windows color (decimal): -6186301 or 12819105. OLE color: 12819105.

HSL color Cylindrical-coordinate representation of color #A19AC3: hue angle of 250.24º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A19AC3 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161154195-
CMYK0.170.2100.24
HSL250.24º25.47%68.43%-
HSV(B)250.24º21.03%76.47%-
XYZ36.134.6356.41-
YUV160.77147.32128.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=31.57%
G=30.20%
B=38.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611541950.170.2100.24250.2425.4768.43
HexA19AC31115018fa1944
Octal241232303212503037231104
Binary101000011001101011000011100011010101100011111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AC3; }

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

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

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

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

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

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

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

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