#A576BA

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

Shades of East Side #A576BA

Tints of East Side #A576BA

Color information

#A576BA (or 0xA576BA) is unknown color: approx East Side. HEX triplet: A5, 76 and BA. RGB value is (165,118,186). Sum of RGB (Red+Green+Blue) = 165+118+186=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #A576BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576BA is #5A8945. Grayscale: #8B8B8B. Windows color (decimal): -5933382 or 12220069. OLE color: 12220069.

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

Color convert

RGB165118186-
CMYK0.110.3700.27
HSL281.47º33.01%59.61%-
HSV(B)281.47º36.56%72.94%-
XYZ30.8624.549.56-
YUV139.8154.07145.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=35.18%
G=25.16%
B=39.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651181860.110.3700.27281.4733.0159.61
HexA576BAB2501B119213c
Octal24516627213450334314174
Binary101001011110110101110101011100101011011100011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A576BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A576BA; }

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

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

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

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

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

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

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

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