#A577BE

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

Shades of East Side #A577BE

Tints of East Side #A577BE

Color information

#A577BE (or 0xA577BE) is unknown color: approx East Side. HEX triplet: A5, 77 and BE. RGB value is (165,119,190). Sum of RGB (Red+Green+Blue) = 165+119+190=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A577BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577BE is #5A8841. Grayscale: #8C8C8C. Windows color (decimal): -5933122 or 12482469. OLE color: 12482469.

HSL color Cylindrical-coordinate representation of color #A577BE: hue angle of 278.87º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A577BE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165119190-
CMYK0.130.3700.25
HSL278.87º35.32%60.59%-
HSV(B)278.87º37.37%74.51%-
XYZ31.4124.9151.87-
YUV140.85155.74145.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=34.81%
G=25.11%
B=40.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651191900.130.3700.25278.8735.3260.59
HexA577BED25019117233d
Octal24516727615450314274375
Binary101001011110111101111101101100101011001100010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577BE; }

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

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

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

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

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

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

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

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