#A5A0BE

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

Shades of Wistful #A5A0BE

Tints of Wistful #A5A0BE

Color information

#A5A0BE (or 0xA5A0BE) is unknown color: approx Wistful. HEX triplet: A5, A0 and BE. RGB value is (165,160,190). Sum of RGB (Red+Green+Blue) = 165+160+190=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0BE is #5A5F41. Grayscale: #A4A4A4. Windows color (decimal): -5922626 or 12492965. OLE color: 12492965.

HSL color Cylindrical-coordinate representation of color #A5A0BE: hue angle of 250º 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 #A5A0BE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165160190-
CMYK0.130.1600.25
HSL250º18.75%68.63%-
HSV(B)250º15.79%74.51%-
XYZ37.3836.8653.86-
YUV164.92142.16128.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=32.04%
G=31.07%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651601900.130.1600.2525018.7568.63
HexA5A0BED10019fa1345
Octal245240276152003137223105
Binary10100101101000001011111011011000001100111111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0BE; }

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

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

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

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

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

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

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

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