#A77DBF

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

Shades of East Side #A77DBF

Tints of East Side #A77DBF

Color information

#A77DBF (or 0xA77DBF) is unknown color: approx East Side. HEX triplet: A7, 7D and BF. RGB value is (167,125,191). Sum of RGB (Red+Green+Blue) = 167+125+191=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #A77DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DBF is #588240. Grayscale: #909090. Windows color (decimal): -5800513 or 12549543. OLE color: 12549543.

HSL color Cylindrical-coordinate representation of color #A77DBF: hue angle of 278.18º 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 #A77DBF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167125191-
CMYK0.130.3500.25
HSL278.18º34.02%61.96%-
HSV(B)278.18º34.55%74.9%-
XYZ32.6726.6452.71-
YUV145.08153.91143.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 191 (75% from 255) = 39.54%
R=34.58%
G=25.88%
B=39.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671251910.130.3500.25278.1834.0261.96
HexA77DBFD23019116223e
Octal24717527715430314264276
Binary101001111111101101111111101100011011001100010110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DBF; }

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

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

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

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

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

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

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

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