#A397E4

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

Shades of Wistful #A397E4

Tints of Wistful #A397E4

Color information

#A397E4 (or 0xA397E4) is unknown color: approx Wistful. HEX triplet: A3, 97 and E4. RGB value is (163,151,228). Sum of RGB (Red+Green+Blue) = 163+151+228=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #A397E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397E4 is #5C681B. Grayscale: #A3A3A3. Windows color (decimal): -6055964 or 14981027. OLE color: 14981027.

HSL color Cylindrical-coordinate representation of color #A397E4: hue angle of 249.35º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A397E4 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163151228-
CMYK0.290.3400.11
HSL249.35º58.78%74.31%-
HSV(B)249.35º33.77%89.41%-
XYZ40.1735.5278.14-
YUV163.37164.48127.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 228 (89.45% from 255) = 42.07%
R=30.07%
G=27.86%
B=42.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631512280.290.3400.11249.3558.7874.31
HexA397E41D220Bf93b4a
Octal243227344354201337173112
Binary1010001110010111111001001110110001001011111110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397E4; }

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

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

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

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

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

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

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

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