#A39BC5

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

Shades of Wistful #A39BC5

Tints of Wistful #A39BC5

Color information

#A39BC5 (or 0xA39BC5) is unknown color: approx Wistful. HEX triplet: A3, 9B and C5. RGB value is (163,155,197). Sum of RGB (Red+Green+Blue) = 163+155+197=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #A39BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BC5 is #5C643A. Grayscale: #A2A2A2. Windows color (decimal): -6054971 or 12950435. OLE color: 12950435.

HSL color Cylindrical-coordinate representation of color #A39BC5: hue angle of 251.43º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A39BC5 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163155197-
CMYK0.170.2100.23
HSL251.43º26.58%69.02%-
HSV(B)251.43º21.32%77.25%-
XYZ36.935.2657.68-
YUV162.18147.65128.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.65%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 197 (77.34% from 255) = 38.25%
R=31.65%
G=30.10%
B=38.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631551970.170.2100.23251.4326.5869.02
HexA39BC51115017fb1b45
Octal243233305212502737333105
Binary101000111001101111000101100011010101011111111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BC5; }

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

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

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

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

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

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

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

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