#A19EEA

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

Shades of Wistful #A19EEA

Tints of Wistful #A19EEA

Color information

#A19EEA (or 0xA19EEA) is unknown color: approx Wistful. HEX triplet: A1, 9E and EA. RGB value is (161,158,234). Sum of RGB (Red+Green+Blue) = 161+158+234=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #A19EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EEA is #5E6115. Grayscale: #A7A7A7. Windows color (decimal): -6185238 or 15376033. OLE color: 15376033.

HSL color Cylindrical-coordinate representation of color #A19EEA: hue angle of 242.37º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A19EEA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161158234-
CMYK0.310.3200.08
HSL242.37º64.41%76.86%-
HSV(B)242.37º32.48%91.76%-
XYZ41.7837.9782.97-
YUV167.56165.49123.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=29.11%
G=28.57%
B=42.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611582340.310.3200.08242.3764.4176.86
HexA19EEA1F2008f2404d
Octal2412363523740010362100115
Binary10100001100111101110101011111100000010001111001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EEA; }

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

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

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

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

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

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

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

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