#A579BC

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

Shades of East Side #A579BC

Tints of East Side #A579BC

Color information

#A579BC (or 0xA579BC) is unknown color: approx East Side. HEX triplet: A5, 79 and BC. RGB value is (165,121,188). Sum of RGB (Red+Green+Blue) = 165+121+188=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #A579BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A579BC is #5A8643. Grayscale: #8D8D8D. Windows color (decimal): -5932612 or 12351909. OLE color: 12351909.

HSL color Cylindrical-coordinate representation of color #A579BC: hue angle of 279.4º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A579BC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165121188-
CMYK0.120.3600.26
HSL279.4º33.33%60.59%-
HSV(B)279.4º35.64%73.73%-
XYZ31.4325.350.8-
YUV141.79154.08144.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=34.81%
G=25.53%
B=39.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651211880.120.3600.26279.433.3360.59
HexA579BCC2401A117213d
Octal24517127414440324274175
Binary101001011111001101111001100100100011010100010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A579BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A579BC; }

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

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

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

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

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

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

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

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