#A19ECB

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

Shades of Wistful #A19ECB

Tints of Wistful #A19ECB

Color information

#A19ECB (or 0xA19ECB) is unknown color: approx Wistful. HEX triplet: A1, 9E and CB. RGB value is (161,158,203). Sum of RGB (Red+Green+Blue) = 161+158+203=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #A19ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ECB is #5E6134. Grayscale: #A3A3A3. Windows color (decimal): -6185269 or 13344417. OLE color: 13344417.

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

Color convert

RGB161158203-
CMYK0.210.2200.20
HSL244º30.2%70.78%-
HSV(B)244º22.17%79.61%-
XYZ37.736.3461.53-
YUV164.03149.99125.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=30.84%
G=30.27%
B=38.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611582030.210.2200.2024430.270.78
HexA19ECB1516014f41e47
Octal241236313252602436436107
Binary101000011001111011001011101011011001010011110100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ECB; }

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

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

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

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

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

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

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

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