#A679BD

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

Shades of East Side #A679BD

Tints of East Side #A679BD

Color information

#A679BD (or 0xA679BD) is unknown color: approx East Side. HEX triplet: A6, 79 and BD. RGB value is (166,121,189). Sum of RGB (Red+Green+Blue) = 166+121+189=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #A679BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679BD is #598642. Grayscale: #8D8D8D. Windows color (decimal): -5867075 or 12417446. OLE color: 12417446.

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

Color convert

RGB166121189-
CMYK0.120.3600.26
HSL279.71º34%60.78%-
HSV(B)279.71º35.98%74.12%-
XYZ31.7525.4651.38-
YUV142.21154.41144.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=34.87%
G=25.42%
B=39.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661211890.120.3600.26279.713460.78
HexA679BDC2401A118223d
Octal24617127514440324304275
Binary101001101111001101111011100100100011010100011000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A679BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A679BD; }

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

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

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

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

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

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

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

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