#A39BCA

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

Shades of Wistful #A39BCA

Tints of Wistful #A39BCA

Color information

#A39BCA (or 0xA39BCA) is unknown color: approx Wistful. HEX triplet: A3, 9B and CA. RGB value is (163,155,202). Sum of RGB (Red+Green+Blue) = 163+155+202=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #A39BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BCA is #5C6435. Grayscale: #A2A2A2. Windows color (decimal): -6054966 or 13278115. OLE color: 13278115.

HSL color Cylindrical-coordinate representation of color #A39BCA: hue angle of 250.21º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A39BCA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163155202-
CMYK0.190.2300.21
HSL250.21º30.72%70%-
HSV(B)250.21º23.27%79.22%-
XYZ37.4935.4960.75-
YUV162.75150.15128.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=31.35%
G=29.81%
B=38.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631552020.190.2300.21250.2130.7270
HexA39BCA1317015fa1f46
Octal243233312232702537237106
Binary101000111001101111001010100111011101010111111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BCA; }

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

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

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

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

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

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

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

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