#A7A0CF

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

Shades of Wistful #A7A0CF

Tints of Wistful #A7A0CF

Color information

#A7A0CF (or 0xA7A0CF) is unknown color: approx Wistful. HEX triplet: A7, A0 and CF. RGB value is (167,160,207). Sum of RGB (Red+Green+Blue) = 167+160+207=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A0CF is #585F30. Grayscale: #A7A7A7. Windows color (decimal): -5791537 or 13607079. OLE color: 13607079.

HSL color Cylindrical-coordinate representation of color #A7A0CF: hue angle of 248.94º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7A0CF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167160207-
CMYK0.190.2300.19
HSL248.94º32.87%71.96%-
HSV(B)248.94º22.71%81.18%-
XYZ39.7737.8664.24-
YUV167.45150.32127.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=31.27%
G=29.96%
B=38.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671602070.190.2300.19248.9432.8771.96
HexA7A0CF1317013f92148
Octal247240317232702337141110
Binary1010011110100000110011111001110111010011111110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A0CF; }

 p { color: rgb(167,160,207); }

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

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

 a { background-color: rgb(167,160,207); }

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

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

 span { border-color: rgb(167,160,207); }

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