#A686B3

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

Shades of East Side #A686B3

Tints of East Side #A686B3

Color information

#A686B3 (or 0xA686B3) is unknown color: approx East Side. HEX triplet: A6, 86 and B3. RGB value is (166,134,179). Sum of RGB (Red+Green+Blue) = 166+134+179=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #A686B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686B3 is #59794C. Grayscale: #949494. Windows color (decimal): -5863757 or 11765414. OLE color: 11765414.

HSL color Cylindrical-coordinate representation of color #A686B3: hue angle of 282.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A686B3 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166134179-
CMYK0.070.2500.30
HSL282.67º22.84%61.37%-
HSV(B)282.67º25.14%70.2%-
XYZ32.3928.4146.42-
YUV148.7145.1140.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=34.66%
G=27.97%
B=37.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661341790.070.2500.30282.6722.8461.37
HexA686B371901E11b173d
Octal2462062637310364332775
Binary1010011010000110101100111111100101111010001101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686B3; }

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

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

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

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

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

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

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

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