#A297CA

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

Shades of Wistful #A297CA

Tints of Wistful #A297CA

Color information

#A297CA (or 0xA297CA) is unknown color: approx Wistful. HEX triplet: A2, 97 and CA. RGB value is (162,151,202). Sum of RGB (Red+Green+Blue) = 162+151+202=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A297CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297CA is #5D6835. Grayscale: #9F9F9F. Windows color (decimal): -6121526 or 13277090. OLE color: 13277090.

HSL color Cylindrical-coordinate representation of color #A297CA: hue angle of 252.94º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A297CA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162151202-
CMYK0.200.2500.21
HSL252.94º32.48%69.22%-
HSV(B)252.94º25.25%79.22%-
XYZ36.6334.0860.52-
YUV160.1151.64129.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=31.46%
G=29.32%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621512020.200.2500.21252.9432.4869.22
HexA297CA1419015fd2045
Octal242227312243102537540105
Binary1010001010010111110010101010011001010101111111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297CA; }

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

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

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

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

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

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

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

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