#A397CE

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

Shades of Wistful #A397CE

Tints of Wistful #A397CE

Color information

#A397CE (or 0xA397CE) is unknown color: approx Wistful. HEX triplet: A3, 97 and CE. RGB value is (163,151,206). Sum of RGB (Red+Green+Blue) = 163+151+206=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #A397CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397CE is #5C6831. Grayscale: #A0A0A0. Windows color (decimal): -6055986 or 13539235. OLE color: 13539235.

HSL color Cylindrical-coordinate representation of color #A397CE: hue angle of 253.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A397CE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163151206-
CMYK0.210.2700.19
HSL253.09º35.95%70%-
HSV(B)253.09º26.7%80.78%-
XYZ37.3134.3863.06-
YUV160.86153.48129.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=31.35%
G=29.04%
B=39.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631512060.210.2700.19253.0935.9570
HexA397CE151B013fd2446
Octal243227316253302337544106
Binary1010001110010111110011101010111011010011111111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397CE; }

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

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

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

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

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

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

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

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