#A399F5

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

Shades of Wistful #A399F5

Tints of Wistful #A399F5

Color information

#A399F5 (or 0xA399F5) is unknown color: approx Wistful. HEX triplet: A3, 99 and F5. RGB value is (163,153,245). Sum of RGB (Red+Green+Blue) = 163+153+245=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #A399F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399F5 is #5C660A. Grayscale: #A6A6A6. Windows color (decimal): -6055435 or 16095651. OLE color: 16095651.

HSL color Cylindrical-coordinate representation of color #A399F5: hue angle of 246.52º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A399F5 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163153245-
CMYK0.330.3800.04
HSL246.52º82.14%78.04%-
HSV(B)246.52º37.55%96.08%-
XYZ42.9837.1691.29-
YUV166.48172.31125.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.06%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 245 (96.09% from 255) = 43.67%
R=29.06%
G=27.27%
B=43.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1631532450.330.3800.04246.5282.1478.04
HexA399F5212604f7524e
Octal243231365414604367122116
Binary10100011100110011111010110000110011001001111011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399F5; }

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

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

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

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

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

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

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

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