#A19DCD

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

Shades of Wistful #A19DCD

Tints of Wistful #A19DCD

Color information

#A19DCD (or 0xA19DCD) is unknown color: approx Wistful. HEX triplet: A1, 9D and CD. RGB value is (161,157,205). Sum of RGB (Red+Green+Blue) = 161+157+205=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #A19DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DCD is #5E6232. Grayscale: #A3A3A3. Windows color (decimal): -6185523 or 13475233. OLE color: 13475233.

HSL color Cylindrical-coordinate representation of color #A19DCD: hue angle of 245º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19DCD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161157205-
CMYK0.210.2300.20
HSL245º32.43%70.98%-
HSV(B)245º23.41%80.39%-
XYZ37.7736.162.73-
YUV163.67151.33126.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=30.78%
G=30.02%
B=39.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611572050.210.2300.2024532.4370.98
HexA19DCD1517014f52047
Octal241235315252702436540107
Binary1010000110011101110011011010110111010100111101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DCD; }

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

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

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

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

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

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

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

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