#A678BE

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

Shades of East Side #A678BE

Tints of East Side #A678BE

Color information

#A678BE (or 0xA678BE) is unknown color: approx East Side. HEX triplet: A6, 78 and BE. RGB value is (166,120,190). Sum of RGB (Red+Green+Blue) = 166+120+190=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #A678BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678BE is #598741. Grayscale: #8D8D8D. Windows color (decimal): -5867330 or 12482726. OLE color: 12482726.

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

Color convert

RGB166120190-
CMYK0.130.3700.25
HSL279.43º35%60.78%-
HSV(B)279.43º36.84%74.51%-
XYZ31.7425.2651.92-
YUV141.73155.24145.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=34.87%
G=25.21%
B=39.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661201900.130.3700.25279.433560.78
HexA678BED25019117233d
Octal24617027615450314274375
Binary101001101111000101111101101100101011001100010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A678BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A678BE; }

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

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

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

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

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

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

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

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