#A5A0BF

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

Shades of Wistful #A5A0BF

Tints of Wistful #A5A0BF

Color information

#A5A0BF (or 0xA5A0BF) is unknown color: approx Wistful. HEX triplet: A5, A0 and BF. RGB value is (165,160,191). Sum of RGB (Red+Green+Blue) = 165+160+191=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0BF is #5A5F40. Grayscale: #A4A4A4. Windows color (decimal): -5922625 or 12558501. OLE color: 12558501.

HSL color Cylindrical-coordinate representation of color #A5A0BF: hue angle of 249.68º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5A0BF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165160191-
CMYK0.140.1600.25
HSL249.68º19.5%68.82%-
HSV(B)249.68º16.23%74.9%-
XYZ37.4936.954.44-
YUV165.03142.66127.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 191 (75% from 255) = 37.02%
R=31.98%
G=31.01%
B=37.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651601910.140.1600.25249.6819.568.82
HexA5A0BFE10019fa1345
Octal245240277162003137223105
Binary10100101101000001011111111101000001100111111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0BF; }

 p { color: rgb(165,160,191); }

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

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

 a { background-color: rgb(165,160,191); }

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

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

 span { border-color: rgb(165,160,191); }

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