#A39FE4

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

Shades of Wistful #A39FE4

Tints of Wistful #A39FE4

Color information

#A39FE4 (or 0xA39FE4) is unknown color: approx Wistful. HEX triplet: A3, 9F and E4. RGB value is (163,159,228). Sum of RGB (Red+Green+Blue) = 163+159+228=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #A39FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FE4 is #5C601B. Grayscale: #A7A7A7. Windows color (decimal): -6053916 or 14983075. OLE color: 14983075.

HSL color Cylindrical-coordinate representation of color #A39FE4: hue angle of 243.48º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39FE4 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163159228-
CMYK0.290.3000.11
HSL243.48º56.1%75.88%-
HSV(B)243.48º30.26%89.41%-
XYZ41.5138.1878.58-
YUV168.06161.83124.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.64%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 228 (89.45% from 255) = 41.45%
R=29.64%
G=28.91%
B=41.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631592280.290.3000.11243.4856.175.88
HexA39FE41D1E0Bf3384c
Octal243237344353601336370114
Binary101000111001111111100100111011111001011111100111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FE4; }

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

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

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

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

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

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

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

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