#A199D7

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

Shades of Wistful #A199D7

Tints of Wistful #A199D7

Color information

#A199D7 (or 0xA199D7) is unknown color: approx Wistful. HEX triplet: A1, 99 and D7. RGB value is (161,153,215). Sum of RGB (Red+Green+Blue) = 161+153+215=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #A199D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199D7 is #5E6628. Grayscale: #A2A2A2. Windows color (decimal): -6186537 or 14129569. OLE color: 14129569.

HSL color Cylindrical-coordinate representation of color #A199D7: hue angle of 247.74º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A199D7 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161153215-
CMYK0.250.2900.16
HSL247.74º43.66%72.16%-
HSV(B)247.74º28.84%84.31%-
XYZ38.3535.2769.08-
YUV162.46157.65126.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=30.43%
G=28.92%
B=40.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611532150.250.2900.16247.7443.6672.16
HexA199D7191D010f82c48
Octal241231327313502037054110
Binary1010000110011001110101111100111101010000111110001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199D7; }

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

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

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

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

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

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

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

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