#A19ECF

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

Shades of Wistful #A19ECF

Tints of Wistful #A19ECF

Color information

#A19ECF (or 0xA19ECF) is unknown color: approx Wistful. HEX triplet: A1, 9E and CF. RGB value is (161,158,207). Sum of RGB (Red+Green+Blue) = 161+158+207=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #A19ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ECF is #5E6130. Grayscale: #A4A4A4. Windows color (decimal): -6185265 or 13606561. OLE color: 13606561.

HSL color Cylindrical-coordinate representation of color #A19ECF: hue angle of 243.67º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A19ECF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161158207-
CMYK0.220.2400.19
HSL243.67º33.79%71.57%-
HSV(B)243.67º23.67%81.18%-
XYZ38.1936.5464.07-
YUV164.48151.99125.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=30.61%
G=30.04%
B=39.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611582070.220.2400.19243.6733.7971.57
HexA19ECF1618013f42248
Octal241236317263002336442110
Binary1010000110011110110011111011011000010011111101001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ECF; }

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

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

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

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

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

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

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

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