#A777BA

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

Shades of East Side #A777BA

Tints of East Side #A777BA

Color information

#A777BA (or 0xA777BA) is unknown color: approx East Side. HEX triplet: A7, 77 and BA. RGB value is (167,119,186). Sum of RGB (Red+Green+Blue) = 167+119+186=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A777BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A777BA is #588845. Grayscale: #8C8C8C. Windows color (decimal): -5802054 or 12220327. OLE color: 12220327.

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

Color convert

RGB167119186-
CMYK0.100.3600.27
HSL282.99º32.68%59.8%-
HSV(B)282.99º36.02%72.94%-
XYZ31.424.9549.62-
YUV140.99153.4146.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=35.38%
G=25.21%
B=39.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671191860.100.3600.27282.9932.6859.8
HexA777BAA2401B11b213c
Octal24716727212440334334174
Binary101001111110111101110101010100100011011100011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A777BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A777BA; }

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

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

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

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

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

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

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

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