#A39BE0

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

Shades of Wistful #A39BE0

Tints of Wistful #A39BE0

Color information

#A39BE0 (or 0xA39BE0) is unknown color: approx Wistful. HEX triplet: A3, 9B and E0. RGB value is (163,155,224). Sum of RGB (Red+Green+Blue) = 163+155+224=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A39BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BE0 is #5C641F. Grayscale: #A4A4A4. Windows color (decimal): -6054944 or 14719907. OLE color: 14719907.

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

Color convert

RGB163155224-
CMYK0.270.3100.12
HSL246.96º52.67%74.31%-
HSV(B)246.96º30.8%87.84%-
XYZ40.2836.6175.46-
YUV165.26161.15126.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=30.07%
G=28.60%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631552240.270.3100.12246.9652.6774.31
HexA39BE01B1F0Cf7354a
Octal243233340333701436765112
Binary101000111001101111100000110111111101100111101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BE0; }

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

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

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

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

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

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

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

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