#A397FD

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

Shades of Wistful #A397FD

Tints of Wistful #A397FD

Color information

#A397FD (or 0xA397FD) is unknown color: approx Wistful. HEX triplet: A3, 97 and FD. RGB value is (163,151,253). Sum of RGB (Red+Green+Blue) = 163+151+253=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #A397FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397FD is #5C6802. Grayscale: #A5A5A5. Windows color (decimal): -6055939 or 16619427. OLE color: 16619427.

HSL color Cylindrical-coordinate representation of color #A397FD: hue angle of 247.06º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A397FD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163151253-
CMYK0.360.4000.01
HSL247.06º96.23%79.22%-
HSV(B)247.06º40.32%99.22%-
XYZ43.937.0197.76-
YUV166.22176.98125.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.75%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=28.75%
G=26.63%
B=44.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631512530.360.4000.01247.0696.2379.22
HexA397FD242801f7604f
Octal243227375445001367140117
Binary101000111001011111111101100100101000011111011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397FD; }

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

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

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

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

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

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

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

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