#A689B8

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

Shades of East Side #A689B8

Tints of East Side #A689B8

Color information

#A689B8 (or 0xA689B8) is unknown color: approx East Side. HEX triplet: A6, 89 and B8. RGB value is (166,137,184). Sum of RGB (Red+Green+Blue) = 166+137+184=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 184 - color contains mainly: blue. Hex color #A689B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689B8 is #597647. Grayscale: #969696. Windows color (decimal): -5862984 or 12093862. OLE color: 12093862.

HSL color Cylindrical-coordinate representation of color #A689B8: hue angle of 277.02º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A689B8 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB166137184-
CMYK0.100.2600.28
HSL277.02º24.87%62.94%-
HSV(B)277.02º25.54%72.16%-
XYZ33.3229.4649.28-
YUV151.03146.61138.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 184 (72.27% from 255) = 37.78%
R=34.09%
G=28.13%
B=37.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661371840.100.2600.28277.0224.8762.94
HexA689B8A1A01C115193f
Octal24621127012320344253177
Binary10100110100010011011100010101101001110010001010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689B8; }

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

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

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

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

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

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

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

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