#A39FCB

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

Shades of Wistful #A39FCB

Tints of Wistful #A39FCB

Color information

#A39FCB (or 0xA39FCB) is unknown color: approx Wistful. HEX triplet: A3, 9F and CB. RGB value is (163,159,203). Sum of RGB (Red+Green+Blue) = 163+159+203=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #A39FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FCB is #5C6034. Grayscale: #A5A5A5. Windows color (decimal): -6053941 or 13344675. OLE color: 13344675.

HSL color Cylindrical-coordinate representation of color #A39FCB: hue angle of 245.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A39FCB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163159203-
CMYK0.200.2200.20
HSL245.45º29.73%70.98%-
HSV(B)245.45º21.67%79.61%-
XYZ38.2836.8961.6-
YUV165.21149.33126.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=31.05%
G=30.29%
B=38.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631592030.200.2200.20245.4529.7370.98
HexA39FCB1416014f51e47
Octal243237313242602436536107
Binary101000111001111111001011101001011001010011110101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FCB; }

 p { color: rgb(163,159,203); }

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

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

 a { background-color: rgb(163,159,203); }

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

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

 span { border-color: rgb(163,159,203); }

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