#A77ABD

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

Shades of East Side #A77ABD

Tints of East Side #A77ABD

Color information

#A77ABD (or 0xA77ABD) is unknown color: approx East Side. HEX triplet: A7, 7A and BD. RGB value is (167,122,189). Sum of RGB (Red+Green+Blue) = 167+122+189=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #A77ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ABD is #588542. Grayscale: #8E8E8E. Windows color (decimal): -5801283 or 12417703. OLE color: 12417703.

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

Color convert

RGB167122189-
CMYK0.120.3500.26
HSL280.3º33.67%60.98%-
HSV(B)280.3º35.45%74.12%-
XYZ32.0825.8151.43-
YUV143.09153.91145.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=34.94%
G=25.52%
B=39.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671221890.120.3500.26280.333.6760.98
HexA77ABDC2301A118223d
Octal24717227514430324304275
Binary101001111111010101111011100100011011010100011000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77ABD; }

 p { color: rgb(167,122,189); }

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

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

 a { background-color: rgb(167,122,189); }

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

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

 span { border-color: rgb(167,122,189); }

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