#A199CA

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

Shades of Wistful #A199CA

Tints of Wistful #A199CA

Color information

#A199CA (or 0xA199CA) is unknown color: approx Wistful. HEX triplet: A1, 99 and CA. RGB value is (161,153,202). Sum of RGB (Red+Green+Blue) = 161+153+202=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A199CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199CA is #5E6635. Grayscale: #A0A0A0. Windows color (decimal): -6186550 or 13277601. OLE color: 13277601.

HSL color Cylindrical-coordinate representation of color #A199CA: hue angle of 249.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A199CA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161153202-
CMYK0.200.2400.21
HSL249.8º31.61%69.61%-
HSV(B)249.8º24.26%79.22%-
XYZ36.7534.6260.62-
YUV160.98151.15128.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=31.20%
G=29.65%
B=39.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611532020.200.2400.21249.831.6169.61
HexA199CA1418015fa2046
Octal241231312243002537240106
Binary1010000110011001110010101010011000010101111110101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199CA; }

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

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

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

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

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

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

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

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