#A199C6

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

Shades of Wistful #A199C6

Tints of Wistful #A199C6

Color information

#A199C6 (or 0xA199C6) is unknown color: approx Wistful. HEX triplet: A1, 99 and C6. RGB value is (161,153,198). Sum of RGB (Red+Green+Blue) = 161+153+198=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A199C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199C6 is #5E6639. Grayscale: #A0A0A0. Windows color (decimal): -6186554 or 13015457. OLE color: 13015457.

HSL color Cylindrical-coordinate representation of color #A199C6: hue angle of 250.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A199C6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161153198-
CMYK0.190.2300.22
HSL250.67º28.3%68.82%-
HSV(B)250.67º22.73%77.65%-
XYZ36.2834.4458.16-
YUV160.52149.15128.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=31.45%
G=29.88%
B=38.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611531980.190.2300.22250.6728.368.82
HexA199C61317016fb1c45
Octal241231306232702637334105
Binary101000011001100111000110100111011101011011111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199C6; }

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

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

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

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

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

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

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

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