#A086B5

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

Shades of East Side #A086B5

Tints of East Side #A086B5

Color information

#A086B5 (or 0xA086B5) is unknown color: approx East Side. HEX triplet: A0, 86 and B5. RGB value is (160,134,181). Sum of RGB (Red+Green+Blue) = 160+134+181=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #A086B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086B5 is #5F794A. Grayscale: #929292. Windows color (decimal): -6256971 or 11896480. OLE color: 11896480.

HSL color Cylindrical-coordinate representation of color #A086B5: hue angle of 273.19º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A086B5 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160134181-
CMYK0.120.2600.29
HSL273.19º24.1%61.76%-
HSV(B)273.19º25.97%70.98%-
XYZ31.3627.8647.44-
YUV147.13147.11137.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=33.68%
G=28.21%
B=38.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601341810.120.2600.29273.1924.161.76
HexA086B5C1A01D111183e
Octal24020626514320354213076
Binary10100000100001101011010111001101001110110001000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086B5; }

 p { color: rgb(160,134,181); }

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

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

 a { background-color: rgb(160,134,181); }

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

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

 span { border-color: rgb(160,134,181); }

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