#A77ABA

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

Shades of East Side #A77ABA

Tints of East Side #A77ABA

Color information

#A77ABA (or 0xA77ABA) is unknown color: approx East Side. HEX triplet: A7, 7A and BA. RGB value is (167,122,186). Sum of RGB (Red+Green+Blue) = 167+122+186=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #A77ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ABA is #588545. Grayscale: #8E8E8E. Windows color (decimal): -5801286 or 12221095. OLE color: 12221095.

HSL color Cylindrical-coordinate representation of color #A77ABA: hue angle of 282.19º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A77ABA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167122186-
CMYK0.100.3400.27
HSL282.19º31.68%60.39%-
HSV(B)282.19º34.41%72.94%-
XYZ31.7625.6849.74-
YUV142.75152.41145.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=35.16%
G=25.68%
B=39.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671221860.100.3400.27282.1931.6860.39
HexA77ABAA2201B11a203c
Octal24717227212420334324074
Binary101001111111010101110101010100010011011100011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77ABA; }

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

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

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

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

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

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

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

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