#A19AC8

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

Shades of Wistful #A19AC8

Tints of Wistful #A19AC8

Color information

#A19AC8 (or 0xA19AC8) is unknown color: approx Wistful. HEX triplet: A1, 9A and C8. RGB value is (161,154,200). Sum of RGB (Red+Green+Blue) = 161+154+200=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #A19AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AC8 is #5E6537. Grayscale: #A1A1A1. Windows color (decimal): -6186296 or 13146785. OLE color: 13146785.

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

Color convert

RGB161154200-
CMYK0.190.2300.22
HSL249.13º29.49%69.41%-
HSV(B)249.13º23%78.43%-
XYZ36.6834.8659.44-
YUV161.34149.82127.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=31.26%
G=29.90%
B=38.83%

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
Decimal1611542000.190.2300.22249.1329.4969.41
HexA19AC81317016f91d45
Octal241232310232702637135105
Binary101000011001101011001000100111011101011011111001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AC8; }

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

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

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

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

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

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

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

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