#A686BB

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

Shades of East Side #A686BB

Tints of East Side #A686BB

Color information

#A686BB (or 0xA686BB) is unknown color: approx East Side. HEX triplet: A6, 86 and BB. RGB value is (166,134,187). Sum of RGB (Red+Green+Blue) = 166+134+187=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A686BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686BB is #597944. Grayscale: #959595. Windows color (decimal): -5863749 or 12289702. OLE color: 12289702.

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

Color convert

RGB166134187-
CMYK0.110.2800.27
HSL276.23º28.04%62.94%-
HSV(B)276.23º28.34%73.33%-
XYZ33.2228.7550.81-
YUV149.61149.1139.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=34.09%
G=27.52%
B=38.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661341870.110.2800.27276.2328.0462.94
HexA686BBB1C01B1141c3f
Octal24620627313340334243477
Binary10100110100001101011101110111110001101110001010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686BB; }

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

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

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

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

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

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

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

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