#A7A4C1

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

Shades of Wistful #A7A4C1

Tints of Wistful #A7A4C1

Color information

#A7A4C1 (or 0xA7A4C1) is unknown color: approx Wistful. HEX triplet: A7, A4 and C1. RGB value is (167,164,193). Sum of RGB (Red+Green+Blue) = 167+164+193=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #A7A4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A4C1 is #585B3E. Grayscale: #A8A8A8. Windows color (decimal): -5790527 or 12690599. OLE color: 12690599.

HSL color Cylindrical-coordinate representation of color #A7A4C1: hue angle of 246.21º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7A4C1 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167164193-
CMYK0.130.1500.24
HSL246.21º18.95%70%-
HSV(B)246.21º15.03%75.69%-
XYZ38.8438.6255.86-
YUV168.2141.99127.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=31.87%
G=31.30%
B=36.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671641930.130.1500.24246.2118.9570
HexA7A4C1DF018f61346
Octal247244301151703036623106
Binary1010011110100100110000011101111101100011110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A4C1; }

 p { color: rgb(167,164,193); }

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

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

 a { background-color: rgb(167,164,193); }

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

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

 span { border-color: rgb(167,164,193); }

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