#A986BB

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

Shades of East Side #A986BB

Tints of East Side #A986BB

Color information

#A986BB (or 0xA986BB) is unknown color: approx East Side. HEX triplet: A9, 86 and BB. RGB value is (169,134,187). Sum of RGB (Red+Green+Blue) = 169+134+187=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #A986BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986BB is #567944. Grayscale: #969696. Windows color (decimal): -5667141 or 12289705. OLE color: 12289705.

HSL color Cylindrical-coordinate representation of color #A986BB: hue angle of 279.62º degrees, saturation: 0.28, 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 #A986BB is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169134187-
CMYK0.100.2800.27
HSL279.62º28.04%62.94%-
HSV(B)279.62º28.34%73.33%-
XYZ33.8629.0750.84-
YUV150.51148.6141.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=34.49%
G=27.35%
B=38.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691341870.100.2800.27279.6228.0462.94
HexA986BBA1C01B1181c3f
Octal25120627312340334303477
Binary10101001100001101011101110101110001101110001100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986BB; }

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

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

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

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

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

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

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

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