#A397EC

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

Shades of Wistful #A397EC

Tints of Wistful #A397EC

Color information

#A397EC (or 0xA397EC) is unknown color: approx Wistful. HEX triplet: A3, 97 and EC. RGB value is (163,151,236). Sum of RGB (Red+Green+Blue) = 163+151+236=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #A397EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397EC is #5C6813. Grayscale: #A3A3A3. Windows color (decimal): -6055956 or 15505315. OLE color: 15505315.

HSL color Cylindrical-coordinate representation of color #A397EC: hue angle of 248.47º 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 #A397EC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163151236-
CMYK0.310.3600.07
HSL248.47º69.11%75.88%-
HSV(B)248.47º36.02%92.55%-
XYZ41.3135.9884.12-
YUV164.28168.48127.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.64%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=29.64%
G=27.45%
B=42.91%

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
Decimal1631512360.310.3600.07248.4769.1175.88
HexA397EC1F2407f8454c
Octal243227354374407370105114
Binary1010001110010111111011001111110010001111111100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397EC; }

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

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

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

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

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

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

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

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