#A19CDC

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

Shades of Wistful #A19CDC

Tints of Wistful #A19CDC

Color information

#A19CDC (or 0xA19CDC) is unknown color: approx Wistful. HEX triplet: A1, 9C and DC. RGB value is (161,156,220). Sum of RGB (Red+Green+Blue) = 161+156+220=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A19CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CDC is #5E6323. Grayscale: #A4A4A4. Windows color (decimal): -6185764 or 14458017. OLE color: 14458017.

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

Color convert

RGB161156220-
CMYK0.270.2900.14
HSL244.69º47.76%73.73%-
HSV(B)244.69º29.09%86.27%-
XYZ39.536.5272.68-
YUV164.79159.16125.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=29.98%
G=29.05%
B=40.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611562200.270.2900.14244.6947.7673.73
HexA19CDC1B1D0Ef5304a
Octal241234334333501636560112
Binary101000011001110011011100110111110101110111101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CDC; }

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

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

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

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

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

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

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

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