#A577BA

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

Shades of East Side #A577BA

Tints of East Side #A577BA

Color information

#A577BA (or 0xA577BA) is unknown color: approx East Side. HEX triplet: A5, 77 and BA. RGB value is (165,119,186). Sum of RGB (Red+Green+Blue) = 165+119+186=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #A577BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577BA is #5A8845. Grayscale: #8C8C8C. Windows color (decimal): -5933126 or 12220325. OLE color: 12220325.

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

Color convert

RGB165119186-
CMYK0.110.3600.27
HSL281.19º32.68%59.8%-
HSV(B)281.19º36.02%72.94%-
XYZ30.9824.7449.6-
YUV140.39153.74145.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=35.11%
G=25.32%
B=39.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651191860.110.3600.27281.1932.6859.8
HexA577BAB2401B119213c
Octal24516727213440334314174
Binary101001011110111101110101011100100011011100011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577BA; }

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

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

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

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

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

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

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

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