#A39BE4

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

Shades of Wistful #A39BE4

Tints of Wistful #A39BE4

Color information

#A39BE4 (or 0xA39BE4) is unknown color: approx Wistful. HEX triplet: A3, 9B and E4. RGB value is (163,155,228). Sum of RGB (Red+Green+Blue) = 163+155+228=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #A39BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BE4 is #5C641B. Grayscale: #A5A5A5. Windows color (decimal): -6054940 or 14982051. OLE color: 14982051.

HSL color Cylindrical-coordinate representation of color #A39BE4: hue angle of 246.58º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A39BE4 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163155228-
CMYK0.290.3200.11
HSL246.58º57.48%75.1%-
HSV(B)246.58º32.02%89.41%-
XYZ40.8336.8378.36-
YUV165.71163.15126.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 228 (89.45% from 255) = 41.76%
R=29.85%
G=28.39%
B=41.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631552280.290.3200.11246.5857.4875.1
HexA39BE41D200Bf7394b
Octal243233344354001336771113
Binary1010001110011011111001001110110000001011111101111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BE4; }

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

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

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

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

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

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

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

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