#A19DCA

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

Shades of Wistful #A19DCA

Tints of Wistful #A19DCA

Color information

#A19DCA (or 0xA19DCA) is unknown color: approx Wistful. HEX triplet: A1, 9D and CA. RGB value is (161,157,202). Sum of RGB (Red+Green+Blue) = 161+157+202=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #A19DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DCA is #5E6235. Grayscale: #A3A3A3. Windows color (decimal): -6185526 or 13278625. OLE color: 13278625.

HSL color Cylindrical-coordinate representation of color #A19DCA: hue angle of 245.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A19DCA is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161157202-
CMYK0.200.2200.21
HSL245.33º29.8%70.39%-
HSV(B)245.33º22.28%79.22%-
XYZ37.4235.9660.85-
YUV163.33149.83126.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=30.96%
G=30.19%
B=38.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611572020.200.2200.21245.3329.870.39
HexA19DCA1416015f51e46
Octal241235312242602536536106
Binary101000011001110111001010101001011001010111110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DCA; }

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

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

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

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

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

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

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

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