#A199D1

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

Shades of Wistful #A199D1

Tints of Wistful #A199D1

Color information

#A199D1 (or 0xA199D1) is unknown color: approx Wistful. HEX triplet: A1, 99 and D1. RGB value is (161,153,209). Sum of RGB (Red+Green+Blue) = 161+153+209=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #A199D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199D1 is #5E662E. Grayscale: #A1A1A1. Windows color (decimal): -6186543 or 13736353. OLE color: 13736353.

HSL color Cylindrical-coordinate representation of color #A199D1: hue angle of 248.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A199D1 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161153209-
CMYK0.230.2700.18
HSL248.57º37.84%70.98%-
HSV(B)248.57º26.79%81.96%-
XYZ37.634.9665.09-
YUV161.78154.65127.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 209 (82.03% from 255) = 39.96%
R=30.78%
G=29.25%
B=39.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611532090.230.2700.18248.5737.8470.98
HexA199D1171B012f92647
Octal241231321273302237146107
Binary1010000110011001110100011011111011010010111110011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199D1; }

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

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

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

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

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

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

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

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