#A986BF

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

Shades of East Side #A986BF

Tints of East Side #A986BF

Color information

#A986BF (or 0xA986BF) is unknown color: approx East Side. HEX triplet: A9, 86 and BF. RGB value is (169,134,191). Sum of RGB (Red+Green+Blue) = 169+134+191=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A986BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986BF is #567940. Grayscale: #969696. Windows color (decimal): -5667137 or 12551849. OLE color: 12551849.

HSL color Cylindrical-coordinate representation of color #A986BF: hue angle of 276.84º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A986BF is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169134191-
CMYK0.120.3000.25
HSL276.84º30.81%63.73%-
HSV(B)276.84º29.84%74.9%-
XYZ34.2929.2553.13-
YUV150.96150.6140.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 191 (75% from 255) = 38.66%
R=34.21%
G=27.13%
B=38.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691341910.120.3000.25276.8430.8163.73
HexA986BFC1E0191151f40
Octal251206277143603142537100
Binary101010011000011010111111110011110011001100010101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986BF; }

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

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

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

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

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

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

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

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