#A497CB

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

Shades of Wistful #A497CB

Tints of Wistful #A497CB

Color information

#A497CB (or 0xA497CB) is unknown color: approx Wistful. HEX triplet: A4, 97 and CB. RGB value is (164,151,203). Sum of RGB (Red+Green+Blue) = 164+151+203=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #A497CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497CB is #5B6834. Grayscale: #A0A0A0. Windows color (decimal): -5990453 or 13342628. OLE color: 13342628.

HSL color Cylindrical-coordinate representation of color #A497CB: hue angle of 255º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A497CB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164151203-
CMYK0.190.2600.20
HSL255º33.33%69.41%-
HSV(B)255º25.62%79.61%-
XYZ37.1634.3461.17-
YUV160.82151.81130.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=31.66%
G=29.15%
B=39.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641512030.190.2600.2025533.3369.41
HexA497CB131A014ff2145
Octal244227313233202437741105
Binary1010010010010111110010111001111010010100111111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497CB; }

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

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

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

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

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

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

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

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