#A19CCE

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

Shades of Wistful #A19CCE

Tints of Wistful #A19CCE

Color information

#A19CCE (or 0xA19CCE) is unknown color: approx Wistful. HEX triplet: A1, 9C and CE. RGB value is (161,156,206). Sum of RGB (Red+Green+Blue) = 161+156+206=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #A19CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CCE is #5E6331. Grayscale: #A2A2A2. Windows color (decimal): -6185778 or 13540513. OLE color: 13540513.

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

Color convert

RGB161156206-
CMYK0.220.2400.19
HSL246º33.78%70.98%-
HSV(B)246º24.27%80.78%-
XYZ37.7335.8163.32-
YUV163.2152.16126.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=30.78%
G=29.83%
B=39.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611562060.220.2400.1924633.7870.98
HexA19CCE1618013f62247
Octal241234316263002336642107
Binary1010000110011100110011101011011000010011111101101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CCE; }

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

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

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

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

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

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

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

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