#A77DBE

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

Shades of East Side #A77DBE

Tints of East Side #A77DBE

Color information

#A77DBE (or 0xA77DBE) is unknown color: approx East Side. HEX triplet: A7, 7D and BE. RGB value is (167,125,190). Sum of RGB (Red+Green+Blue) = 167+125+190=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #A77DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DBE is #588241. Grayscale: #909090. Windows color (decimal): -5800514 or 12484007. OLE color: 12484007.

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

Color convert

RGB167125190-
CMYK0.120.3400.25
HSL278.77º33.33%61.76%-
HSV(B)278.77º34.21%74.51%-
XYZ32.5626.652.13-
YUV144.97153.41143.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=34.65%
G=25.93%
B=39.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671251900.120.3400.25278.7733.3361.76
HexA77DBEC22019117213e
Octal24717527614420314274176
Binary101001111111101101111101100100010011001100010111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DBE; }

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

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

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

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

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

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

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

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