#A77DBA

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

Shades of East Side #A77DBA

Tints of East Side #A77DBA

Color information

#A77DBA (or 0xA77DBA) is unknown color: approx East Side. HEX triplet: A7, 7D and BA. RGB value is (167,125,186). Sum of RGB (Red+Green+Blue) = 167+125+186=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #A77DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DBA is #588245. Grayscale: #909090. Windows color (decimal): -5800518 or 12221863. OLE color: 12221863.

HSL color Cylindrical-coordinate representation of color #A77DBA: hue angle of 281.31º 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 #A77DBA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167125186-
CMYK0.100.3300.27
HSL281.31º30.65%60.98%-
HSV(B)281.31º32.8%72.94%-
XYZ32.1326.4349.86-
YUV144.51151.41144.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=34.94%
G=26.15%
B=38.91%

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
Decimal1671251860.100.3300.27281.3130.6560.98
HexA77DBAA2101B1191f3d
Octal24717527212410334313775
Binary10100111111110110111010101010000101101110001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DBA; }

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

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

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

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

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

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

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

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