#A676BE

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

Shades of East Side #A676BE

Tints of East Side #A676BE

Color information

#A676BE (or 0xA676BE) is unknown color: approx East Side. HEX triplet: A6, 76 and BE. RGB value is (166,118,190). Sum of RGB (Red+Green+Blue) = 166+118+190=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A676BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676BE is #598941. Grayscale: #8C8C8C. Windows color (decimal): -5867842 or 12482214. OLE color: 12482214.

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

Color convert

RGB166118190-
CMYK0.130.3800.25
HSL280º35.64%60.39%-
HSV(B)280º37.89%74.51%-
XYZ31.524.7851.84-
YUV140.56155.9146.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=35.02%
G=24.89%
B=40.08%

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
Decimal1661181900.130.3800.2528035.6460.39
HexA676BED26019118243c
Octal24616627615460314304474
Binary101001101110110101111101101100110011001100011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676BE; }

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

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

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

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

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

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

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

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