#A986BA

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

Shades of East Side #A986BA

Tints of East Side #A986BA

Color information

#A986BA (or 0xA986BA) is unknown color: approx East Side. HEX triplet: A9, 86 and BA. RGB value is (169,134,186). Sum of RGB (Red+Green+Blue) = 169+134+186=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #A986BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986BA is #567945. Grayscale: #969696. Windows color (decimal): -5667142 or 12224169. OLE color: 12224169.

HSL color Cylindrical-coordinate representation of color #A986BA: hue angle of 280.38º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A986BA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169134186-
CMYK0.090.2800.27
HSL280.38º27.37%62.75%-
HSV(B)280.38º27.96%72.94%-
XYZ33.7529.0350.28-
YUV150.39148.1141.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=34.56%
G=27.40%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691341860.090.2800.27280.3827.3762.75
HexA986BA91C01B1181b3f
Octal25120627211340334303377
Binary10101001100001101011101010011110001101110001100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986BA; }

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

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

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

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

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

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

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

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