#A19EDD

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

Shades of Wistful #A19EDD

Tints of Wistful #A19EDD

Color information

#A19EDD (or 0xA19EDD) is unknown color: approx Wistful. HEX triplet: A1, 9E and DD. RGB value is (161,158,221). Sum of RGB (Red+Green+Blue) = 161+158+221=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A19EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EDD is #5E6122. Grayscale: #A5A5A5. Windows color (decimal): -6185251 or 14524065. OLE color: 14524065.

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

Color convert

RGB161158221-
CMYK0.270.2900.13
HSL242.86º48.09%74.31%-
HSV(B)242.86º28.51%86.67%-
XYZ39.9837.2573.49-
YUV166.08158.99124.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=29.81%
G=29.26%
B=40.93%

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
Decimal1611582210.270.2900.13242.8648.0974.31
HexA19EDD1B1D0Df3304a
Octal241236335333501536360112
Binary101000011001111011011101110111110101101111100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EDD; }

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

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

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

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

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

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

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

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