#A19DEC

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

Shades of Wistful #A19DEC

Tints of Wistful #A19DEC

Color information

#A19DEC (or 0xA19DEC) is unknown color: approx Wistful. HEX triplet: A1, 9D and EC. RGB value is (161,157,236). Sum of RGB (Red+Green+Blue) = 161+157+236=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #A19DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DEC is #5E6213. Grayscale: #A6A6A6. Windows color (decimal): -6185492 or 15506849. OLE color: 15506849.

HSL color Cylindrical-coordinate representation of color #A19DEC: hue angle of 243.04º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A19DEC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161157236-
CMYK0.320.3300.07
HSL243.04º67.52%77.06%-
HSV(B)243.04º33.47%92.55%-
XYZ41.937.7584.43-
YUV167.2166.83123.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=29.06%
G=28.34%
B=42.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611572360.320.3300.07243.0467.5277.06
HexA19DEC202107f3444d
Octal241235354404107363104115
Binary10100001100111011110110010000010000101111111001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DEC; }

 p { color: rgb(161,157,236); }

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

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

 a { background-color: rgb(161,157,236); }

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

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

 span { border-color: rgb(161,157,236); }

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