#A199C7

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

Shades of Wistful #A199C7

Tints of Wistful #A199C7

Color information

#A199C7 (or 0xA199C7) is unknown color: approx Wistful. HEX triplet: A1, 99 and C7. RGB value is (161,153,199). Sum of RGB (Red+Green+Blue) = 161+153+199=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #A199C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199C7 is #5E6638. Grayscale: #A0A0A0. Windows color (decimal): -6186553 or 13080993. OLE color: 13080993.

HSL color Cylindrical-coordinate representation of color #A199C7: hue angle of 250.43º degrees, saturation: 0.29, 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 #A199C7 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161153199-
CMYK0.190.2300.22
HSL250.43º29.11%69.02%-
HSV(B)250.43º23.12%78.04%-
XYZ36.434.4858.77-
YUV160.64149.65128.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 199 (78.12% from 255) = 38.79%
R=31.38%
G=29.82%
B=38.79%

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
Decimal1611531990.190.2300.22250.4329.1169.02
HexA199C71317016fa1d45
Octal241231307232702637235105
Binary101000011001100111000111100111011101011011111010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199C7; }

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

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

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

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

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

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

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

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