#A199EA

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

Shades of Wistful #A199EA

Tints of Wistful #A199EA

Color information

#A199EA (or 0xA199EA) is unknown color: approx Wistful. HEX triplet: A1, 99 and EA. RGB value is (161,153,234). Sum of RGB (Red+Green+Blue) = 161+153+234=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #A199EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199EA is #5E6615. Grayscale: #A4A4A4. Windows color (decimal): -6186518 or 15374753. OLE color: 15374753.

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

Color convert

RGB161153234-
CMYK0.310.3500.08
HSL245.93º65.85%75.88%-
HSV(B)245.93º34.62%91.76%-
XYZ40.9436.382.69-
YUV164.63167.15125.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=29.38%
G=27.92%
B=42.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611532340.310.3500.08245.9365.8575.88
HexA199EA1F2308f6424c
Octal2412313523743010366102114
Binary10100001100110011110101011111100011010001111011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199EA; }

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

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

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

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

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

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

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

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