#A19CDD

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

Shades of Wistful #A19CDD

Tints of Wistful #A19CDD

Color information

#A19CDD (or 0xA19CDD) is unknown color: approx Wistful. HEX triplet: A1, 9C and DD. RGB value is (161,156,221). Sum of RGB (Red+Green+Blue) = 161+156+221=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A19CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CDD is #5E6322. Grayscale: #A4A4A4. Windows color (decimal): -6185763 or 14523553. OLE color: 14523553.

HSL color Cylindrical-coordinate representation of color #A19CDD: hue angle of 244.62º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19CDD is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161156221-
CMYK0.270.2900.13
HSL244.62º48.87%73.92%-
HSV(B)244.62º29.41%86.67%-
XYZ39.6436.5773.38-
YUV164.9159.66125.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=29.93%
G=29.00%
B=41.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611562210.270.2900.13244.6248.8773.92
HexA19CDD1B1D0Df5314a
Octal241234335333501536561112
Binary101000011001110011011101110111110101101111101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CDD; }

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

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

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

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

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

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

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

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