#A19EDA

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

Shades of Wistful #A19EDA

Tints of Wistful #A19EDA

Color information

#A19EDA (or 0xA19EDA) is unknown color: approx Wistful. HEX triplet: A1, 9E and DA. RGB value is (161,158,218). Sum of RGB (Red+Green+Blue) = 161+158+218=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A19EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EDA is #5E6125. Grayscale: #A5A5A5. Windows color (decimal): -6185254 or 14327457. OLE color: 14327457.

HSL color Cylindrical-coordinate representation of color #A19EDA: hue angle of 243º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19EDA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161158218-
CMYK0.260.2800.15
HSL243º44.78%73.73%-
HSV(B)243º27.52%85.49%-
XYZ39.5837.0971.4-
YUV165.74157.49124.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=29.98%
G=29.42%
B=40.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611582180.260.2800.1524344.7873.73
HexA19EDA1A1C0Ff32d4a
Octal241236332323401736355112
Binary101000011001111011011010110101110001111111100111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EDA; }

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

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

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

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

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

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

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

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