#A986B4

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

Shades of East Side #A986B4

Tints of East Side #A986B4

Color information

#A986B4 (or 0xA986B4) is unknown color: approx East Side. HEX triplet: A9, 86 and B4. RGB value is (169,134,180). Sum of RGB (Red+Green+Blue) = 169+134+180=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #A986B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986B4 is #56794B. Grayscale: #959595. Windows color (decimal): -5667148 or 11830953. OLE color: 11830953.

HSL color Cylindrical-coordinate representation of color #A986B4: hue angle of 285.65º degrees, saturation: 0.23, 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 #A986B4 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169134180-
CMYK0.060.2600.29
HSL285.65º23.47%61.57%-
HSV(B)285.65º25.56%70.59%-
XYZ33.1328.7846.99-
YUV149.71145.1141.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=34.99%
G=27.74%
B=37.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691341800.060.2600.29285.6523.4761.57
HexA986B461A01D11e173e
Octal2512062646320354362776
Binary1010100110000110101101001101101001110110001111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986B4; }

 p { color: rgb(169,134,180); }

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

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

 a { background-color: rgb(169,134,180); }

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

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

 span { border-color: rgb(169,134,180); }

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