#A689B2

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

Shades of East Side #A689B2

Tints of East Side #A689B2

Color information

#A689B2 (or 0xA689B2) is unknown color: approx East Side. HEX triplet: A6, 89 and B2. RGB value is (166,137,178). Sum of RGB (Red+Green+Blue) = 166+137+178=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 178 - color contains mainly: blue. Hex color #A689B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689B2 is #59764D. Grayscale: #969696. Windows color (decimal): -5862990 or 11700646. OLE color: 11700646.

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

Color convert

RGB166137178-
CMYK0.070.2300.30
HSL282.44º21.03%61.76%-
HSV(B)282.44º23.03%69.8%-
XYZ32.7129.2146.03-
YUV150.34143.61139.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=34.51%
G=28.48%
B=37.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661371780.070.2300.30282.4421.0361.76
HexA689B271701E11a153e
Octal2462112627270364322576
Binary1010011010001001101100101111011101111010001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689B2; }

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

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

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

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

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

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

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

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