#A685BC

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

Shades of East Side #A685BC

Tints of East Side #A685BC

Color information

#A685BC (or 0xA685BC) is unknown color: approx East Side. HEX triplet: A6, 85 and BC. RGB value is (166,133,188). Sum of RGB (Red+Green+Blue) = 166+133+188=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A685BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685BC is #597A43. Grayscale: #949494. Windows color (decimal): -5864004 or 12354982. OLE color: 12354982.

HSL color Cylindrical-coordinate representation of color #A685BC: hue angle of 276º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A685BC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166133188-
CMYK0.120.2900.26
HSL276º29.1%62.94%-
HSV(B)276º29.26%73.73%-
XYZ33.1928.5151.33-
YUV149.14149.93140.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=34.09%
G=27.31%
B=38.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661331880.120.2900.2627629.162.94
HexA685BCC1D01A1141d3f
Octal24620527414350324243577
Binary10100110100001011011110011001110101101010001010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685BC; }

 p { color: rgb(166,133,188); }

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

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

 a { background-color: rgb(166,133,188); }

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

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

 span { border-color: rgb(166,133,188); }

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