#A297CC

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

Shades of Wistful #A297CC

Tints of Wistful #A297CC

Color information

#A297CC (or 0xA297CC) is unknown color: approx Wistful. HEX triplet: A2, 97 and CC. RGB value is (162,151,204). Sum of RGB (Red+Green+Blue) = 162+151+204=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #A297CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297CC is #5D6833. Grayscale: #A0A0A0. Windows color (decimal): -6121524 or 13408162. OLE color: 13408162.

HSL color Cylindrical-coordinate representation of color #A297CC: hue angle of 252.45º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A297CC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB162151204-
CMYK0.210.2600.2
HSL252.45º34.19%69.61%-
HSV(B)252.45º25.98%80%-
XYZ36.8734.1761.78-
YUV160.33152.64129.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=31.33%
G=29.21%
B=39.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621512040.210.2600.2252.4534.1969.61
HexA297CC151A014fc2246
Octal242227314253202437442106
Binary1010001010010111110011001010111010010100111111001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297CC; }

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

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

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

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

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

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

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

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