#A19ECD

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

Shades of Wistful #A19ECD

Tints of Wistful #A19ECD

Color information

#A19ECD (or 0xA19ECD) is unknown color: approx Wistful. HEX triplet: A1, 9E and CD. RGB value is (161,158,205). Sum of RGB (Red+Green+Blue) = 161+158+205=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A19ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ECD is #5E6132. Grayscale: #A4A4A4. Windows color (decimal): -6185267 or 13475489. OLE color: 13475489.

HSL color Cylindrical-coordinate representation of color #A19ECD: hue angle of 243.83º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19ECD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161158205-
CMYK0.210.2300.20
HSL243.83º31.97%71.18%-
HSV(B)243.83º22.93%80.39%-
XYZ37.9436.4462.79-
YUV164.26150.99125.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=30.73%
G=30.15%
B=39.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611582050.210.2300.20243.8331.9771.18
HexA19ECD1517014f42047
Octal241236315252702436440107
Binary1010000110011110110011011010110111010100111101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ECD; }

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

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

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

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

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

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

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

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