#A579B2

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

Shades of East Side #A579B2

Tints of East Side #A579B2

Color information

#A579B2 (or 0xA579B2) is unknown color: approx East Side. HEX triplet: A5, 79 and B2. RGB value is (165,121,178). Sum of RGB (Red+Green+Blue) = 165+121+178=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 178 - color contains mainly: blue. Hex color #A579B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A579B2 is #5A864D. Grayscale: #8C8C8C. Windows color (decimal): -5932622 or 11696549. OLE color: 11696549.

HSL color Cylindrical-coordinate representation of color #A579B2: hue angle of 286.32º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A579B2 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165121178-
CMYK0.070.3200.30
HSL286.32º27.01%58.63%-
HSV(B)286.32º32.02%69.8%-
XYZ30.3924.8945.32-
YUV140.65149.08145.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=35.56%
G=26.08%
B=38.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651211780.070.3200.30286.3227.0158.63
HexA579B272001E11e1b3b
Octal2451712627400364363373
Binary1010010111110011011001011110000001111010001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A579B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A579B2; }

 p { color: rgb(165,121,178); }

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

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

 a { background-color: rgb(165,121,178); }

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

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

 span { border-color: rgb(165,121,178); }

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