#A19EC1

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

Shades of Wistful #A19EC1

Tints of Wistful #A19EC1

Color information

#A19EC1 (or 0xA19EC1) is unknown color: approx Wistful. HEX triplet: A1, 9E and C1. RGB value is (161,158,193). Sum of RGB (Red+Green+Blue) = 161+158+193=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #A19EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EC1 is #5E613E. Grayscale: #A2A2A2. Windows color (decimal): -6185279 or 12689057. OLE color: 12689057.

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

Color convert

RGB161158193-
CMYK0.170.1800.24
HSL245.14º22.01%68.82%-
HSV(B)245.14º18.13%75.69%-
XYZ36.5535.8855.45-
YUV162.89144.99126.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=31.45%
G=30.86%
B=37.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611581930.170.1800.24245.1422.0168.82
HexA19EC11112018f51645
Octal241236301212203036526105
Binary101000011001111011000001100011001001100011110101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EC1; }

 p { color: rgb(161,158,193); }

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

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

 a { background-color: rgb(161,158,193); }

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

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

 span { border-color: rgb(161,158,193); }

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