#A486B1

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

Shades of East Side #A486B1

Tints of East Side #A486B1

Color information

#A486B1 (or 0xA486B1) is unknown color: approx East Side. HEX triplet: A4, 86 and B1. RGB value is (164,134,177). Sum of RGB (Red+Green+Blue) = 164+134+177=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #A486B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486B1 is #5B794E. Grayscale: #939393. Windows color (decimal): -5994831 or 11634340. OLE color: 11634340.

HSL color Cylindrical-coordinate representation of color #A486B1: hue angle of 281.86º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A486B1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164134177-
CMYK0.070.2400.31
HSL281.86º21.61%60.98%-
HSV(B)281.86º24.29%69.41%-
XYZ31.7728.1245.35-
YUV147.87144.44139.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=34.53%
G=28.21%
B=37.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641341770.070.2400.31281.8621.6160.98
HexA486B171801F11a163d
Octal2442062617300374322675
Binary1010010010000110101100011111100001111110001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486B1; }

 p { color: rgb(164,134,177); }

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

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

 a { background-color: rgb(164,134,177); }

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

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

 span { border-color: rgb(164,134,177); }

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