#A19EDE

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

Shades of Wistful #A19EDE

Tints of Wistful #A19EDE

Color information

#A19EDE (or 0xA19EDE) is unknown color: approx Wistful. HEX triplet: A1, 9E and DE. RGB value is (161,158,222). Sum of RGB (Red+Green+Blue) = 161+158+222=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A19EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EDE is #5E6121. Grayscale: #A5A5A5. Windows color (decimal): -6185250 or 14589601. OLE color: 14589601.

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

Color convert

RGB161158222-
CMYK0.270.2900.13
HSL242.81º49.23%74.51%-
HSV(B)242.81º28.83%87.06%-
XYZ40.1137.374.19-
YUV166.19159.49124.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=29.76%
G=29.21%
B=41.04%

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
Decimal1611582220.270.2900.13242.8149.2374.51
HexA19EDE1B1D0Df3314b
Octal241236336333501536361113
Binary101000011001111011011110110111110101101111100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EDE; }

 p { color: rgb(161,158,222); }

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

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

 a { background-color: rgb(161,158,222); }

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

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

 span { border-color: rgb(161,158,222); }

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