#A19DE9

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

Shades of Wistful #A19DE9

Tints of Wistful #A19DE9

Color information

#A19DE9 (or 0xA19DE9) is unknown color: approx Wistful. HEX triplet: A1, 9D and E9. RGB value is (161,157,233). Sum of RGB (Red+Green+Blue) = 161+157+233=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #A19DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DE9 is #5E6216. Grayscale: #A6A6A6. Windows color (decimal): -6185495 or 15310241. OLE color: 15310241.

HSL color Cylindrical-coordinate representation of color #A19DE9: hue angle of 243.16º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A19DE9 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161157233-
CMYK0.310.3300.09
HSL243.16º63.33%76.47%-
HSV(B)243.16º32.62%91.37%-
XYZ41.4637.5782.16-
YUV166.86165.33123.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 233 (91.41% from 255) = 42.29%
R=29.22%
G=28.49%
B=42.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611572330.310.3300.09243.1663.3376.47
HexA19DE91F2109f33f4c
Octal241235351374101136377114
Binary1010000110011101111010011111110000101001111100111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DE9; }

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

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

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

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

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

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

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

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