#A679B2

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

Shades of East Side #A679B2

Tints of East Side #A679B2

Color information

#A679B2 (or 0xA679B2) is unknown color: approx East Side. HEX triplet: A6, 79 and B2. RGB value is (166,121,178). Sum of RGB (Red+Green+Blue) = 166+121+178=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #A679B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A679B2 is #59864D. Grayscale: #8C8C8C. Windows color (decimal): -5867086 or 11696550. OLE color: 11696550.

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

Color convert

RGB166121178-
CMYK0.070.3200.30
HSL287.37º27.01%58.63%-
HSV(B)287.37º32.02%69.8%-
XYZ30.62545.33-
YUV140.95148.91145.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=35.70%
G=26.02%
B=38.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661211780.070.3200.30287.3727.0158.63
HexA679B272001E11f1b3b
Octal2461712627400364373373
Binary1010011011110011011001011110000001111010001111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A679B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A679B2; }

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

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

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

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

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

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

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

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