#A399EC

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

Shades of Wistful #A399EC

Tints of Wistful #A399EC

Color information

#A399EC (or 0xA399EC) is unknown color: approx Wistful. HEX triplet: A3, 99 and EC. RGB value is (163,153,236). Sum of RGB (Red+Green+Blue) = 163+153+236=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #A399EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399EC is #5C6613. Grayscale: #A5A5A5. Windows color (decimal): -6055444 or 15505827. OLE color: 15505827.

HSL color Cylindrical-coordinate representation of color #A399EC: hue angle of 247.23º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A399EC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163153236-
CMYK0.310.3500.07
HSL247.23º68.6%76.27%-
HSV(B)247.23º35.17%92.55%-
XYZ41.6436.6384.23-
YUV165.45167.81126.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.53%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 236 (92.58% from 255) = 42.75%
R=29.53%
G=27.72%
B=42.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631532360.310.3500.07247.2368.676.27
HexA399EC1F2307f7454c
Octal243231354374307367105114
Binary1010001110011001111011001111110001101111111011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399EC; }

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

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

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

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

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

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

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

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