#A199EB

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

Shades of Wistful #A199EB

Tints of Wistful #A199EB

Color information

#A199EB (or 0xA199EB) is unknown color: approx Wistful. HEX triplet: A1, 99 and EB. RGB value is (161,153,235). Sum of RGB (Red+Green+Blue) = 161+153+235=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #A199EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199EB is #5E6614. Grayscale: #A4A4A4. Windows color (decimal): -6186517 or 15440289. OLE color: 15440289.

HSL color Cylindrical-coordinate representation of color #A199EB: hue angle of 245.85º degrees, saturation: 0.67, 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 #A199EB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161153235-
CMYK0.310.3500.08
HSL245.85º67.21%76.08%-
HSV(B)245.85º34.89%92.16%-
XYZ41.0836.3683.45-
YUV164.74167.65125.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=29.33%
G=27.87%
B=42.81%

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
Decimal1611532350.310.3500.08245.8567.2176.08
HexA199EB1F2308f6434c
Octal2412313533743010366103114
Binary10100001100110011110101111111100011010001111011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199EB; }

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

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

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

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

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

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

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

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