#A5A4C1

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

Shades of Wistful #A5A4C1

Tints of Wistful #A5A4C1

Color information

#A5A4C1 (or 0xA5A4C1) is unknown color: approx Wistful. HEX triplet: A5, A4 and C1. RGB value is (165,164,193). Sum of RGB (Red+Green+Blue) = 165+164+193=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #A5A4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A4C1 is #5A5B3E. Grayscale: #A7A7A7. Windows color (decimal): -5921599 or 12690597. OLE color: 12690597.

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

Color convert

RGB165164193-
CMYK0.150.1500.24
HSL242.07º18.95%70%-
HSV(B)242.07º15.03%75.69%-
XYZ38.4238.455.84-
YUV167.6142.33126.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=31.61%
G=31.42%
B=36.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651641930.150.1500.24242.0718.9570
HexA5A4C1FF018f21346
Octal245244301171703036223106
Binary1010010110100100110000011111111101100011110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A4C1; }

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

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

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

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

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

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

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

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