#A19CDA

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

Shades of Wistful #A19CDA

Tints of Wistful #A19CDA

Color information

#A19CDA (or 0xA19CDA) is unknown color: approx Wistful. HEX triplet: A1, 9C and DA. RGB value is (161,156,218). Sum of RGB (Red+Green+Blue) = 161+156+218=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A19CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CDA is #5E6325. Grayscale: #A4A4A4. Windows color (decimal): -6185766 or 14326945. OLE color: 14326945.

HSL color Cylindrical-coordinate representation of color #A19CDA: hue angle of 244.84º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19CDA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161156218-
CMYK0.260.2800.15
HSL244.84º45.59%73.33%-
HSV(B)244.84º28.44%85.49%-
XYZ39.2436.4271.29-
YUV164.56158.16125.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=30.09%
G=29.16%
B=40.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611562180.260.2800.15244.8445.5973.33
HexA19CDA1A1C0Ff52e49
Octal241234332323401736556111
Binary101000011001110011011010110101110001111111101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CDA; }

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

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

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

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

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

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

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

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