#A979B0

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

Shades of East Side #A979B0

Tints of East Side #A979B0

Color information

#A979B0 (or 0xA979B0) is unknown color: approx East Side. HEX triplet: A9, 79 and B0. RGB value is (169,121,176). Sum of RGB (Red+Green+Blue) = 169+121+176=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #A979B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979B0 is #56864F. Grayscale: #8D8D8D. Windows color (decimal): -5670480 or 11565481. OLE color: 11565481.

HSL color Cylindrical-coordinate representation of color #A979B0: hue angle of 292.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A979B0 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169121176-
CMYK0.040.3100.31
HSL292.36º25.82%58.24%-
HSV(B)292.36º31.25%69.02%-
XYZ31.0425.2444.31-
YUV141.62147.4147.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=36.27%
G=25.97%
B=37.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691211760.040.3100.31292.3625.8258.24
HexA979B041F01F1241a3a
Octal2511712604370374443272
Binary101010011111001101100001001111101111110010010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979B0; }

 p { color: rgb(169,121,176); }

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

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

 a { background-color: rgb(169,121,176); }

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

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

 span { border-color: rgb(169,121,176); }

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