#A689BC

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

Shades of East Side #A689BC

Tints of East Side #A689BC

Color information

#A689BC (or 0xA689BC) is unknown color: approx East Side. HEX triplet: A6, 89 and BC. RGB value is (166,137,188). Sum of RGB (Red+Green+Blue) = 166+137+188=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #A689BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689BC is #597643. Grayscale: #979797. Windows color (decimal): -5862980 or 12356006. OLE color: 12356006.

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

Color convert

RGB166137188-
CMYK0.120.2700.26
HSL274.12º27.57%63.73%-
HSV(B)274.12º27.13%73.73%-
XYZ33.7529.6351.52-
YUV151.49148.61138.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=33.81%
G=27.90%
B=38.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661371880.120.2700.26274.1227.5763.73
HexA689BCC1B01A1121c40
Octal246211274143303242234100
Binary101001101000100110111100110011011011010100010010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689BC; }

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

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

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

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

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

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

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

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