#A4A1C1

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

Shades of Wistful #A4A1C1

Tints of Wistful #A4A1C1

Color information

#A4A1C1 (or 0xA4A1C1) is unknown color: approx Wistful. HEX triplet: A4, A1 and C1. RGB value is (164,161,193). Sum of RGB (Red+Green+Blue) = 164+161+193=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4A1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1C1 is #5B5E3E. Grayscale: #A5A5A5. Windows color (decimal): -5987903 or 12689828. OLE color: 12689828.

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

Color convert

RGB164161193-
CMYK0.150.1700.24
HSL245.62º20.51%69.41%-
HSV(B)245.62º16.58%75.69%-
XYZ37.6837.2355.65-
YUV165.54143.49126.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=31.66%
G=31.08%
B=37.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641611930.150.1700.24245.6220.5169.41
HexA4A1C1F11018f61545
Octal244241301172103036625105
Binary10100100101000011100000111111000101100011110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1C1; }

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

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

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

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

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

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

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

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