#A689BF

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

Shades of East Side #A689BF

Tints of East Side #A689BF

Color information

#A689BF (or 0xA689BF) is unknown color: approx East Side. HEX triplet: A6, 89 and BF. RGB value is (166,137,191). Sum of RGB (Red+Green+Blue) = 166+137+191=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A689BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689BF is #597640. Grayscale: #979797. Windows color (decimal): -5862977 or 12552614. OLE color: 12552614.

HSL color Cylindrical-coordinate representation of color #A689BF: hue angle of 272.22º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A689BF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166137191-
CMYK0.130.2800.25
HSL272.22º29.67%64.31%-
HSV(B)272.22º28.27%74.9%-
XYZ34.0829.7653.24-
YUV151.83150.11138.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 191 (75% from 255) = 38.66%
R=33.60%
G=27.73%
B=38.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661371910.130.2800.25272.2229.6764.31
HexA689BFD1C0191101e40
Octal246211277153403142036100
Binary101001101000100110111111110111100011001100010000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689BF; }

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

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

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

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

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

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

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

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