#A4A6C1

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

Shades of Wistful #A4A6C1

Tints of Wistful #A4A6C1

Color information

#A4A6C1 (or 0xA4A6C1) is unknown color: approx Wistful. HEX triplet: A4, A6 and C1. RGB value is (164,166,193). Sum of RGB (Red+Green+Blue) = 164+166+193=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A6C1 is #5B593E. Grayscale: #A8A8A8. Windows color (decimal): -5986623 or 12691108. OLE color: 12691108.

HSL color Cylindrical-coordinate representation of color #A4A6C1: hue angle of 235.86º 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 #A4A6C1 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164166193-
CMYK0.150.1400.24
HSL235.86º18.95%70%-
HSV(B)235.86º15.03%75.69%-
XYZ38.5739.0255.95-
YUV168.48141.84124.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=31.36%
G=31.74%
B=36.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641661930.150.1400.24235.8618.9570
HexA4A6C1FE018ec1346
Octal244246301171603035423106
Binary1010010010100110110000011111111001100011101100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A6C1; }

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

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

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

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

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

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

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

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