#A689C0

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

Shades of East Side #A689C0

Tints of East Side #A689C0

Color information

#A689C0 (or 0xA689C0) is unknown color: approx East Side. HEX triplet: A6, 89 and C0. RGB value is (166,137,192). Sum of RGB (Red+Green+Blue) = 166+137+192=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #A689C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689C0 is #59763F. Grayscale: #979797. Windows color (decimal): -5862976 or 12618150. OLE color: 12618150.

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

Color convert

RGB166137192-
CMYK0.140.2900.25
HSL271.64º30.39%64.51%-
HSV(B)271.64º28.65%75.29%-
XYZ34.1929.853.82-
YUV151.94150.61138.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=33.54%
G=27.68%
B=38.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661371920.140.2900.25271.6430.3964.51
HexA689C0E1D0191101e41
Octal246211300163503142036101
Binary101001101000100111000000111011101011001100010000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689C0; }

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

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

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

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

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

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

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

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