#A19ACE

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

Shades of Wistful #A19ACE

Tints of Wistful #A19ACE

Color information

#A19ACE (or 0xA19ACE) is unknown color: approx Wistful. HEX triplet: A1, 9A and CE. RGB value is (161,154,206). Sum of RGB (Red+Green+Blue) = 161+154+206=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A19ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ACE is #5E6531. Grayscale: #A1A1A1. Windows color (decimal): -6186290 or 13540001. OLE color: 13540001.

HSL color Cylindrical-coordinate representation of color #A19ACE: hue angle of 248.08º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19ACE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161154206-
CMYK0.220.2500.19
HSL248.08º34.67%70.59%-
HSV(B)248.08º25.24%80.78%-
XYZ37.3935.1463.21-
YUV162.02152.82127.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=30.90%
G=29.56%
B=39.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611542060.220.2500.19248.0834.6770.59
HexA19ACE1619013f82347
Octal241232316263102337043107
Binary1010000110011010110011101011011001010011111110001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ACE; }

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

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

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

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

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

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

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

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