#A986BE

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

Shades of East Side #A986BE

Tints of East Side #A986BE

Color information

#A986BE (or 0xA986BE) is unknown color: approx East Side. HEX triplet: A9, 86 and BE. RGB value is (169,134,190). Sum of RGB (Red+Green+Blue) = 169+134+190=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #A986BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986BE is #567941. Grayscale: #969696. Windows color (decimal): -5667138 or 12486313. OLE color: 12486313.

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

Color convert

RGB169134190-
CMYK0.110.2900.25
HSL277.5º30.11%63.53%-
HSV(B)277.5º29.47%74.51%-
XYZ34.1829.252.55-
YUV150.85150.1140.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=34.28%
G=27.18%
B=38.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691341900.110.2900.25277.530.1163.53
HexA986BEB1D0191161e40
Octal251206276133503142636100
Binary101010011000011010111110101111101011001100010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986BE; }

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

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

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

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

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

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

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

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