#A297E0

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

Shades of Wistful #A297E0

Tints of Wistful #A297E0

Color information

#A297E0 (or 0xA297E0) is unknown color: approx Wistful. HEX triplet: A2, 97 and E0. RGB value is (162,151,224). Sum of RGB (Red+Green+Blue) = 162+151+224=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #A297E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297E0 is #5D681F. Grayscale: #A2A2A2. Windows color (decimal): -6121504 or 14718882. OLE color: 14718882.

HSL color Cylindrical-coordinate representation of color #A297E0: hue angle of 249.04º degrees, saturation: 0.54, 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 #A297E0 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162151224-
CMYK0.280.3300.12
HSL249.04º54.07%73.53%-
HSV(B)249.04º32.59%87.84%-
XYZ39.4235.275.24-
YUV162.61162.64127.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 151 (59.38% from 255) = 28.12%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=30.17%
G=28.12%
B=41.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621512240.280.3300.12249.0454.0773.53
HexA297E01C210Cf9364a
Octal242227340344101437166112
Binary1010001010010111111000001110010000101100111110011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297E0; }

 p { color: rgb(162,151,224); }

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

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

 a { background-color: rgb(162,151,224); }

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

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

 span { border-color: rgb(162,151,224); }

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