#A397E2

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

Shades of Wistful #A397E2

Tints of Wistful #A397E2

Color information

#A397E2 (or 0xA397E2) is unknown color: approx Wistful. HEX triplet: A3, 97 and E2. RGB value is (163,151,226). Sum of RGB (Red+Green+Blue) = 163+151+226=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #A397E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397E2 is #5C681D. Grayscale: #A2A2A2. Windows color (decimal): -6055966 or 14849955. OLE color: 14849955.

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

Color convert

RGB163151226-
CMYK0.280.3300.11
HSL249.6º56.39%73.92%-
HSV(B)249.6º33.19%88.63%-
XYZ39.935.4176.68-
YUV163.14163.48127.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 151 (59.38% from 255) = 27.96%
BLUE value IS 226 (88.67% from 255) = 41.85%
R=30.19%
G=27.96%
B=41.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631512260.280.3300.11249.656.3973.92
HexA397E21C210Bfa384a
Octal243227342344101337270112
Binary1010001110010111111000101110010000101011111110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397E2; }

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

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

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

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

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

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

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

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