#A77CBA

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

Shades of East Side #A77CBA

Tints of East Side #A77CBA

Color information

#A77CBA (or 0xA77CBA) is unknown color: approx East Side. HEX triplet: A7, 7C and BA. RGB value is (167,124,186). Sum of RGB (Red+Green+Blue) = 167+124+186=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #A77CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CBA is #588345. Grayscale: #8F8F8F. Windows color (decimal): -5800774 or 12221607. OLE color: 12221607.

HSL color Cylindrical-coordinate representation of color #A77CBA: hue angle of 281.61º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77CBA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167124186-
CMYK0.100.3300.27
HSL281.61º31%60.78%-
HSV(B)281.61º33.33%72.94%-
XYZ32.0126.1849.82-
YUV143.93151.75144.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=35.01%
G=26.00%
B=38.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671241860.100.3300.27281.613160.78
HexA77CBAA2101B11a1f3d
Octal24717427212410334323775
Binary10100111111110010111010101010000101101110001101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77CBA; }

 p { color: rgb(167,124,186); }

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

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

 a { background-color: rgb(167,124,186); }

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

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

 span { border-color: rgb(167,124,186); }

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