#A39BE1

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

Shades of Wistful #A39BE1

Tints of Wistful #A39BE1

Color information

#A39BE1 (or 0xA39BE1) is unknown color: approx Wistful. HEX triplet: A3, 9B and E1. RGB value is (163,155,225). Sum of RGB (Red+Green+Blue) = 163+155+225=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #A39BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BE1 is #5C641E. Grayscale: #A5A5A5. Windows color (decimal): -6054943 or 14785443. OLE color: 14785443.

HSL color Cylindrical-coordinate representation of color #A39BE1: hue angle of 246.86º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A39BE1 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163155225-
CMYK0.280.3100.12
HSL246.86º53.85%74.51%-
HSV(B)246.86º31.11%88.24%-
XYZ40.4236.6776.18-
YUV165.37161.65126.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 225 (88.28% from 255) = 41.44%
R=30.02%
G=28.55%
B=41.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631552250.280.3100.12246.8653.8574.51
HexA39BE11C1F0Cf7364b
Octal243233341343701436766113
Binary101000111001101111100001111001111101100111101111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BE1; }

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

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

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

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

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

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

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

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