#A199CF

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

Shades of Wistful #A199CF

Tints of Wistful #A199CF

Color information

#A199CF (or 0xA199CF) is unknown color: approx Wistful. HEX triplet: A1, 99 and CF. RGB value is (161,153,207). Sum of RGB (Red+Green+Blue) = 161+153+207=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #A199CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199CF is #5E6630. Grayscale: #A1A1A1. Windows color (decimal): -6186545 or 13605281. OLE color: 13605281.

HSL color Cylindrical-coordinate representation of color #A199CF: hue angle of 248.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A199CF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161153207-
CMYK0.220.2600.19
HSL248.89º36%70.59%-
HSV(B)248.89º26.09%81.18%-
XYZ37.3534.8663.79-
YUV161.55153.65127.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=30.90%
G=29.37%
B=39.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611532070.220.2600.19248.893670.59
HexA199CF161A013f92447
Octal241231317263202337144107
Binary1010000110011001110011111011011010010011111110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199CF; }

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

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

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

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

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

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

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

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