#A597E1

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

Shades of Wistful #A597E1

Tints of Wistful #A597E1

Color information

#A597E1 (or 0xA597E1) is unknown color: approx Wistful. HEX triplet: A5, 97 and E1. RGB value is (165,151,225). Sum of RGB (Red+Green+Blue) = 165+151+225=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #A597E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597E1 is #5A681E. Grayscale: #A3A3A3. Windows color (decimal): -5924895 or 14784421. OLE color: 14784421.

HSL color Cylindrical-coordinate representation of color #A597E1: hue angle of 251.35º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A597E1 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165151225-
CMYK0.270.3300.12
HSL251.35º55.22%73.73%-
HSV(B)251.35º32.89%88.24%-
XYZ40.1735.5775.98-
YUV163.62162.64128.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=30.50%
G=27.91%
B=41.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651512250.270.3300.12251.3555.2273.73
HexA597E11B210Cfb374a
Octal245227341334101437367112
Binary1010010110010111111000011101110000101100111110111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597E1; }

 p { color: rgb(165,151,225); }

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

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

 a { background-color: rgb(165,151,225); }

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

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

 span { border-color: rgb(165,151,225); }

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