#A398EC

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

Shades of Wistful #A398EC

Tints of Wistful #A398EC

Color information

#A398EC (or 0xA398EC) is unknown color: approx Wistful. HEX triplet: A3, 98 and EC. RGB value is (163,152,236). Sum of RGB (Red+Green+Blue) = 163+152+236=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A398EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A398EC is #5C6713. Grayscale: #A4A4A4. Windows color (decimal): -6055700 or 15505571. OLE color: 15505571.

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

Color convert

RGB163152236-
CMYK0.310.3600.07
HSL247.86º68.85%76.08%-
HSV(B)247.86º35.59%92.55%-
XYZ41.4736.384.18-
YUV164.86168.14126.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.58%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=29.58%
G=27.59%
B=42.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631522360.310.3600.07247.8668.8576.08
HexA398EC1F2407f8454c
Octal243230354374407370105114
Binary1010001110011000111011001111110010001111111100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398EC; }

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

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

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

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

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

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

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

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