#A399F1

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

Shades of Wistful #A399F1

Tints of Wistful #A399F1

Color information

#A399F1 (or 0xA399F1) is unknown color: approx Wistful. HEX triplet: A3, 99 and F1. RGB value is (163,153,241). Sum of RGB (Red+Green+Blue) = 163+153+241=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A399F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399F1 is #5C660E. Grayscale: #A5A5A5. Windows color (decimal): -6055439 or 15833507. OLE color: 15833507.

HSL color Cylindrical-coordinate representation of color #A399F1: hue angle of 246.82º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A399F1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163153241-
CMYK0.320.3700.05
HSL246.82º75.86%77.25%-
HSV(B)246.82º36.51%94.51%-
XYZ42.3736.9288.11-
YUV166.02170.31125.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=29.26%
G=27.47%
B=43.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631532410.320.3700.05246.8275.8677.25
HexA399F1202505f74c4d
Octal243231361404505367114115
Binary10100011100110011111000110000010010101011111011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399F1; }

 p { color: rgb(163,153,241); }

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

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

 a { background-color: rgb(163,153,241); }

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

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

 span { border-color: rgb(163,153,241); }

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