#A676BF

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

Shades of East Side #A676BF

Tints of East Side #A676BF

Color information

#A676BF (or 0xA676BF) is unknown color: approx East Side. HEX triplet: A6, 76 and BF. RGB value is (166,118,191). Sum of RGB (Red+Green+Blue) = 166+118+191=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #A676BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676BF is #598940. Grayscale: #8C8C8C. Windows color (decimal): -5867841 or 12547750. OLE color: 12547750.

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

Color convert

RGB166118191-
CMYK0.130.3800.25
HSL279.45º36.32%60.59%-
HSV(B)279.45º38.22%74.9%-
XYZ31.6124.8352.42-
YUV140.67156.4146.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 191 (75% from 255) = 40.21%
R=34.95%
G=24.84%
B=40.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661181910.130.3800.25279.4536.3260.59
HexA676BFD26019117243d
Octal24616627715460314274475
Binary101001101110110101111111101100110011001100010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676BF; }

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

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

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

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

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

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

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

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