#A19CEA

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

Shades of Wistful #A19CEA

Tints of Wistful #A19CEA

Color information

#A19CEA (or 0xA19CEA) is unknown color: approx Wistful. HEX triplet: A1, 9C and EA. RGB value is (161,156,234). Sum of RGB (Red+Green+Blue) = 161+156+234=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #A19CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19CEA is #5E6315. Grayscale: #A6A6A6. Windows color (decimal): -6185750 or 15375521. OLE color: 15375521.

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

Color convert

RGB161156234-
CMYK0.310.3300.08
HSL243.85º65%76.47%-
HSV(B)243.85º33.33%91.76%-
XYZ41.4437.2982.86-
YUV166.39166.16124.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=29.22%
G=28.31%
B=42.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611562340.310.3300.08243.856576.47
HexA19CEA1F2108f4414c
Octal2412343523741010364101114
Binary10100001100111001110101011111100001010001111010010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CEA; }

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

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

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

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

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

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

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

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