#A4A0BC

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

Shades of Logan #A4A0BC

Tints of Logan #A4A0BC

Color information

#A4A0BC (or 0xA4A0BC) is unknown color: approx Logan. HEX triplet: A4, A0 and BC. RGB value is (164,160,188). Sum of RGB (Red+Green+Blue) = 164+160+188=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4A0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0BC is #5B5F43. Grayscale: #A4A4A4. Windows color (decimal): -5988164 or 12361892. OLE color: 12361892.

HSL color Cylindrical-coordinate representation of color #A4A0BC: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4A0BC is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164160188-
CMYK0.130.1500.26
HSL248.57º17.28%68.24%-
HSV(B)248.57º14.89%73.73%-
XYZ36.9636.6652.71-
YUV164.39141.33127.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 160 (62.89% from 255) = 31.25%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=32.03%
G=31.25%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641601880.130.1500.26248.5717.2868.24
HexA4A0BCDF01Af91144
Octal244240274151703237121104
Binary1010010010100000101111001101111101101011111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0BC; }

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

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

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

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

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

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

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

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