#A19ECA

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

Shades of Wistful #A19ECA

Tints of Wistful #A19ECA

Color information

#A19ECA (or 0xA19ECA) is unknown color: approx Wistful. HEX triplet: A1, 9E and CA. RGB value is (161,158,202). Sum of RGB (Red+Green+Blue) = 161+158+202=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #A19ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ECA is #5E6135. Grayscale: #A3A3A3. Windows color (decimal): -6185270 or 13278881. OLE color: 13278881.

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

Color convert

RGB161158202-
CMYK0.200.2200.21
HSL244.09º29.33%70.59%-
HSV(B)244.09º21.78%79.22%-
XYZ37.5936.360.9-
YUV163.91149.49125.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=30.90%
G=30.33%
B=38.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611582020.200.2200.21244.0929.3370.59
HexA19ECA1416015f41d47
Octal241236312242602536435107
Binary101000011001111011001010101001011001010111110100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ECA; }

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

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

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

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

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

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

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

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