#A19ED2

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

Shades of Wistful #A19ED2

Tints of Wistful #A19ED2

Color information

#A19ED2 (or 0xA19ED2) is unknown color: approx Wistful. HEX triplet: A1, 9E and D2. RGB value is (161,158,210). Sum of RGB (Red+Green+Blue) = 161+158+210=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #A19ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ED2 is #5E612D. Grayscale: #A4A4A4. Windows color (decimal): -6185262 or 13803169. OLE color: 13803169.

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

Color convert

RGB161158210-
CMYK0.230.2500.18
HSL243.46º36.62%72.16%-
HSV(B)243.46º24.76%82.35%-
XYZ38.5636.6866.02-
YUV164.82153.49125.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=30.43%
G=29.87%
B=39.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611582100.230.2500.18243.4636.6272.16
HexA19ED21719012f32548
Octal241236322273102236345110
Binary1010000110011110110100101011111001010010111100111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ED2; }

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

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

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

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

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

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

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

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