#A199BF

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

Shades of Wistful #A199BF

Tints of Wistful #A199BF

Color information

#A199BF (or 0xA199BF) is unknown color: approx Wistful. HEX triplet: A1, 99 and BF. RGB value is (161,153,191). Sum of RGB (Red+Green+Blue) = 161+153+191=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A199BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199BF is #5E6640. Grayscale: #9F9F9F. Windows color (decimal): -6186561 or 12556705. OLE color: 12556705.

HSL color Cylindrical-coordinate representation of color #A199BF: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A199BF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161153191-
CMYK0.160.2000.25
HSL252.63º22.89%67.45%-
HSV(B)252.63º19.9%74.9%-
XYZ35.4934.1254.01-
YUV159.72145.65128.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 191 (75% from 255) = 37.82%
R=31.88%
G=30.30%
B=37.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611531910.160.2000.25252.6322.8967.45
HexA199BF1014019fd1743
Octal241231277202403137527103
Binary101000011001100110111111100001010001100111111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199BF; }

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

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

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

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

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

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

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

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