#A19AC0

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

Shades of Wistful #A19AC0

Tints of Wistful #A19AC0

Color information

#A19AC0 (or 0xA19AC0) is unknown color: approx Wistful. HEX triplet: A1, 9A and C0. RGB value is (161,154,192). Sum of RGB (Red+Green+Blue) = 161+154+192=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #A19AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AC0 is #5E653F. Grayscale: #A0A0A0. Windows color (decimal): -6186304 or 12622497. OLE color: 12622497.

HSL color Cylindrical-coordinate representation of color #A19AC0: hue angle of 251.05º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A19AC0 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161154192-
CMYK0.160.2000.25
HSL251.05º23.17%67.84%-
HSV(B)251.05º19.79%75.29%-
XYZ35.7734.4954.64-
YUV160.42145.82128.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=31.76%
G=30.37%
B=37.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611541920.160.2000.25251.0523.1767.84
HexA19AC01014019fb1744
Octal241232300202403137327104
Binary101000011001101011000000100001010001100111111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AC0; }

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

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

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

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

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

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

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

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