#A19AC7

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

Shades of Wistful #A19AC7

Tints of Wistful #A19AC7

Color information

#A19AC7 (or 0xA19AC7) is unknown color: approx Wistful. HEX triplet: A1, 9A and C7. RGB value is (161,154,199). Sum of RGB (Red+Green+Blue) = 161+154+199=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 199 - color contains mainly: blue. Hex color #A19AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AC7 is #5E6538. Grayscale: #A1A1A1. Windows color (decimal): -6186297 or 13081249. OLE color: 13081249.

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

Color convert

RGB161154199-
CMYK0.190.2300.22
HSL249.33º28.66%69.22%-
HSV(B)249.33º22.61%78.04%-
XYZ36.5634.8158.83-
YUV161.22149.32127.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 199 (78.12% from 255) = 38.72%
R=31.32%
G=29.96%
B=38.72%

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
Decimal1611541990.190.2300.22249.3328.6669.22
HexA19AC71317016f91d45
Octal241232307232702637135105
Binary101000011001101011000111100111011101011011111001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AC7; }

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

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

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

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

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

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

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

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