#A7A1CF

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

Shades of Wistful #A7A1CF

Tints of Wistful #A7A1CF

Color information

#A7A1CF (or 0xA7A1CF) is unknown color: approx Wistful. HEX triplet: A7, A1 and CF. RGB value is (167,161,207). Sum of RGB (Red+Green+Blue) = 167+161+207=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A1CF is #585E30. Grayscale: #A7A7A7. Windows color (decimal): -5791281 or 13607335. OLE color: 13607335.

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

Color convert

RGB167161207-
CMYK0.190.2200.19
HSL247.83º32.39%72.16%-
HSV(B)247.83º22.22%81.18%-
XYZ39.9438.2164.3-
YUV168.04149.99127.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=31.21%
G=30.09%
B=38.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671612070.190.2200.19247.8332.3972.16
HexA7A1CF1316013f82048
Octal247241317232602337040110
Binary1010011110100001110011111001110110010011111110001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A1CF; }

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

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

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

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

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

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

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

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