#A19EED

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

Shades of Wistful #A19EED

Tints of Wistful #A19EED

Color information

#A19EED (or 0xA19EED) is unknown color: approx Wistful. HEX triplet: A1, 9E and ED. RGB value is (161,158,237). Sum of RGB (Red+Green+Blue) = 161+158+237=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #A19EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EED is #5E6112. Grayscale: #A7A7A7. Windows color (decimal): -6185235 or 15572641. OLE color: 15572641.

HSL color Cylindrical-coordinate representation of color #A19EED: hue angle of 242.28º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A19EED is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161158237-
CMYK0.320.3300.07
HSL242.28º68.7%77.45%-
HSV(B)242.28º33.33%92.94%-
XYZ42.2138.1585.26-
YUV167.9166.99123.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=28.96%
G=28.42%
B=42.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611582370.320.3300.07242.2868.777.45
HexA19EED202107f2454d
Octal241236355404107362105115
Binary10100001100111101110110110000010000101111111001010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EED; }

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

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

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

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

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

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

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

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