#A39BC1

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

Shades of Wistful #A39BC1

Tints of Wistful #A39BC1

Color information

#A39BC1 (or 0xA39BC1) is unknown color: approx Wistful. HEX triplet: A3, 9B and C1. RGB value is (163,155,193). Sum of RGB (Red+Green+Blue) = 163+155+193=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #A39BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BC1 is #5C643E. Grayscale: #A1A1A1. Windows color (decimal): -6054975 or 12688291. OLE color: 12688291.

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

Color convert

RGB163155193-
CMYK0.160.2000.24
HSL252.63º23.46%68.24%-
HSV(B)252.63º19.69%75.69%-
XYZ36.4535.0855.3-
YUV161.72145.65128.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=31.90%
G=30.33%
B=37.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631551930.160.2000.24252.6323.4668.24
HexA39BC11014018fd1744
Octal243233301202403037527104
Binary101000111001101111000001100001010001100011111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BC1; }

 p { color: rgb(163,155,193); }

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

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

 a { background-color: rgb(163,155,193); }

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

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

 span { border-color: rgb(163,155,193); }

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