#A497CC

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

Shades of Wistful #A497CC

Tints of Wistful #A497CC

Color information

#A497CC (or 0xA497CC) is unknown color: approx Wistful. HEX triplet: A4, 97 and CC. RGB value is (164,151,204). Sum of RGB (Red+Green+Blue) = 164+151+204=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A497CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497CC is #5B6833. Grayscale: #A0A0A0. Windows color (decimal): -5990452 or 13408164. OLE color: 13408164.

HSL color Cylindrical-coordinate representation of color #A497CC: hue angle of 254.72º 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 #A497CC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164151204-
CMYK0.200.2600.2
HSL254.72º34.19%69.61%-
HSV(B)254.72º25.98%80%-
XYZ37.2834.3961.8-
YUV160.93152.31130.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=31.60%
G=29.09%
B=39.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641512040.200.2600.2254.7234.1969.61
HexA497CC141A014ff2246
Octal244227314243202437742106
Binary1010010010010111110011001010011010010100111111111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497CC; }

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

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

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

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

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

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

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

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