#A689BD

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

Shades of East Side #A689BD

Tints of East Side #A689BD

Color information

#A689BD (or 0xA689BD) is unknown color: approx East Side. HEX triplet: A6, 89 and BD. RGB value is (166,137,189). Sum of RGB (Red+Green+Blue) = 166+137+189=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #A689BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689BD is #597642. Grayscale: #979797. Windows color (decimal): -5862979 or 12421542. OLE color: 12421542.

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

Color convert

RGB166137189-
CMYK0.120.2800.26
HSL273.46º28.26%63.92%-
HSV(B)273.46º27.51%74.12%-
XYZ33.8629.6752.09-
YUV151.6149.11138.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=33.74%
G=27.85%
B=38.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661371890.120.2800.26273.4628.2663.92
HexA689BDC1C01A1111c40
Octal246211275143403242134100
Binary101001101000100110111101110011100011010100010001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689BD; }

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

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

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

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

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

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

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

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