#A397FE

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

Shades of Wistful #A397FE

Tints of Wistful #A397FE

Color information

#A397FE (or 0xA397FE) is unknown color: approx Wistful. HEX triplet: A3, 97 and FE. RGB value is (163,151,254). Sum of RGB (Red+Green+Blue) = 163+151+254=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #A397FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397FE is #5C6801. Grayscale: #A5A5A5. Windows color (decimal): -6055938 or 16684963. OLE color: 16684963.

HSL color Cylindrical-coordinate representation of color #A397FE: hue angle of 246.99º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A397FE is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB163151254-
CMYK0.360.4100.00
HSL246.99º98.1%79.41%-
HSV(B)246.99º40.55%99.61%-
XYZ44.0637.0898.6-
YUV166.33177.48125.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=28.70%
G=26.58%
B=44.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631512540.360.4100.00246.9998.179.41
HexA397FE242900f7624f
Octal243227376445100367142117
Binary101000111001011111111110100100101001001111011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397FE; }

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

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

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

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

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

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

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

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