#A19ED1

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

Shades of Wistful #A19ED1

Tints of Wistful #A19ED1

Color information

#A19ED1 (or 0xA19ED1) is unknown color: approx Wistful. HEX triplet: A1, 9E and D1. RGB value is (161,158,209). Sum of RGB (Red+Green+Blue) = 161+158+209=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #A19ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ED1 is #5E612E. Grayscale: #A4A4A4. Windows color (decimal): -6185263 or 13737633. OLE color: 13737633.

HSL color Cylindrical-coordinate representation of color #A19ED1: hue angle of 243.53º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A19ED1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161158209-
CMYK0.230.2400.18
HSL243.53º35.66%71.96%-
HSV(B)243.53º24.4%81.96%-
XYZ38.4336.6365.37-
YUV164.71152.99125.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=30.49%
G=29.92%
B=39.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611582090.230.2400.18243.5335.6671.96
HexA19ED11718012f42448
Octal241236321273002236444110
Binary1010000110011110110100011011111000010010111101001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ED1; }

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

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

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

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

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

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

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

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