#A19ACC

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

Shades of Wistful #A19ACC

Tints of Wistful #A19ACC

Color information

#A19ACC (or 0xA19ACC) is unknown color: approx Wistful. HEX triplet: A1, 9A and CC. RGB value is (161,154,204). Sum of RGB (Red+Green+Blue) = 161+154+204=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A19ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ACC is #5E6533. Grayscale: #A1A1A1. Windows color (decimal): -6186292 or 13408929. OLE color: 13408929.

HSL color Cylindrical-coordinate representation of color #A19ACC: hue angle of 248.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19ACC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161154204-
CMYK0.210.2500.2
HSL248.4º32.89%70.2%-
HSV(B)248.4º24.51%80%-
XYZ37.1535.0561.93-
YUV161.79151.82127.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=31.02%
G=29.67%
B=39.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611542040.210.2500.2248.432.8970.2
HexA19ACC1519014f82146
Octal241232314253102437041106
Binary1010000110011010110011001010111001010100111110001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ACC; }

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

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

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

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

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

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

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

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