#A19CEC

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

Shades of Wistful #A19CEC

Tints of Wistful #A19CEC

Color information

#A19CEC (or 0xA19CEC) is unknown color: approx Wistful. HEX triplet: A1, 9C and EC. RGB value is (161,156,236). Sum of RGB (Red+Green+Blue) = 161+156+236=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #A19CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19CEC is #5E6313. Grayscale: #A6A6A6. Windows color (decimal): -6185748 or 15506593. OLE color: 15506593.

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

Color convert

RGB161156236-
CMYK0.320.3400.07
HSL243.75º67.8%76.86%-
HSV(B)243.75º33.9%92.55%-
XYZ41.7337.4184.38-
YUV166.61167.16124-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=29.11%
G=28.21%
B=42.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611562360.320.3400.07243.7567.876.86
HexA19CEC202207f4444d
Octal241234354404207364104115
Binary10100001100111001110110010000010001001111111010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CEC; }

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

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

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

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

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

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

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

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