#A4A0BE

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

Shades of Logan #A4A0BE

Tints of Logan #A4A0BE

Color information

#A4A0BE (or 0xA4A0BE) is unknown color: approx Logan. HEX triplet: A4, A0 and BE. RGB value is (164,160,190). Sum of RGB (Red+Green+Blue) = 164+160+190=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0BE is #5B5F41. Grayscale: #A4A4A4. Windows color (decimal): -5988162 or 12492964. OLE color: 12492964.

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

Color convert

RGB164160190-
CMYK0.140.1600.25
HSL248º18.75%68.63%-
HSV(B)248º15.79%74.51%-
XYZ37.1736.7553.85-
YUV164.62142.33127.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=31.91%
G=31.13%
B=36.96%

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
Decimal1641601900.140.1600.2524818.7568.63
HexA4A0BEE10019f81345
Octal244240276162003137023105
Binary10100100101000001011111011101000001100111111000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0BE; }

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

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

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

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

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

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

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

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