#A199DD

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

Shades of Wistful #A199DD

Tints of Wistful #A199DD

Color information

#A199DD (or 0xA199DD) is unknown color: approx Wistful. HEX triplet: A1, 99 and DD. RGB value is (161,153,221). Sum of RGB (Red+Green+Blue) = 161+153+221=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A199DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199DD is #5E6622. Grayscale: #A2A2A2. Windows color (decimal): -6186531 or 14522785. OLE color: 14522785.

HSL color Cylindrical-coordinate representation of color #A199DD: hue angle of 247.06º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A199DD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161153221-
CMYK0.270.3100.13
HSL247.06º50%73.33%-
HSV(B)247.06º30.77%86.67%-
XYZ39.1435.5873.21-
YUV163.14160.65126.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=30.09%
G=28.60%
B=41.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611532210.270.3100.13247.065073.33
HexA199DD1B1F0Df73249
Octal241231335333701536762111
Binary101000011001100111011101110111111101101111101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199DD; }

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

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

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

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

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

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

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

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