#A19DC9

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

Shades of Wistful #A19DC9

Tints of Wistful #A19DC9

Color information

#A19DC9 (or 0xA19DC9) is unknown color: approx Wistful. HEX triplet: A1, 9D and C9. RGB value is (161,157,201). Sum of RGB (Red+Green+Blue) = 161+157+201=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #A19DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DC9 is #5E6236. Grayscale: #A3A3A3. Windows color (decimal): -6185527 or 13213089. OLE color: 13213089.

HSL color Cylindrical-coordinate representation of color #A19DC9: hue angle of 245.45º degrees, saturation: 0.29, 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 #A19DC9 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161157201-
CMYK0.200.2200.21
HSL245.45º28.95%70.2%-
HSV(B)245.45º21.89%78.82%-
XYZ37.335.9160.22-
YUV163.21149.33126.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=31.02%
G=30.25%
B=38.73%

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
Decimal1611572010.200.2200.21245.4528.9570.2
HexA19DC91416015f51d46
Octal241235311242602536535106
Binary101000011001110111001001101001011001010111110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DC9; }

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

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

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

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

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

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

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

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