#A77CBE

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

Shades of East Side #A77CBE

Tints of East Side #A77CBE

Color information

#A77CBE (or 0xA77CBE) is unknown color: approx East Side. HEX triplet: A7, 7C and BE. RGB value is (167,124,190). Sum of RGB (Red+Green+Blue) = 167+124+190=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #A77CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CBE is #588341. Grayscale: #909090. Windows color (decimal): -5800770 or 12483751. OLE color: 12483751.

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

Color convert

RGB167124190-
CMYK0.120.3500.25
HSL279.09º33.67%61.57%-
HSV(B)279.09º34.74%74.51%-
XYZ32.4426.3552.09-
YUV144.38153.75144.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=34.72%
G=25.78%
B=39.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671241900.120.3500.25279.0933.6761.57
HexA77CBEC23019117223e
Octal24717427614430314274276
Binary101001111111100101111101100100011011001100010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77CBE; }

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

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

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

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

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

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

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

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