#A19DCE

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

Shades of Wistful #A19DCE

Tints of Wistful #A19DCE

Color information

#A19DCE (or 0xA19DCE) is unknown color: approx Wistful. HEX triplet: A1, 9D and CE. RGB value is (161,157,206). Sum of RGB (Red+Green+Blue) = 161+157+206=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #A19DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DCE is #5E6231. Grayscale: #A3A3A3. Windows color (decimal): -6185522 or 13540769. OLE color: 13540769.

HSL color Cylindrical-coordinate representation of color #A19DCE: hue angle of 244.9º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A19DCE is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161157206-
CMYK0.220.2400.19
HSL244.9º33.33%71.18%-
HSV(B)244.9º23.79%80.78%-
XYZ37.936.1563.37-
YUV163.78151.83126.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=30.73%
G=29.96%
B=39.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611572060.220.2400.19244.933.3371.18
HexA19DCE1618013f52147
Octal241235316263002336541107
Binary1010000110011101110011101011011000010011111101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DCE; }

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

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

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

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

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

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

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

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