#A979B3

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

Shades of East Side #A979B3

Tints of East Side #A979B3

Color information

#A979B3 (or 0xA979B3) is unknown color: approx East Side. HEX triplet: A9, 79 and B3. RGB value is (169,121,179). Sum of RGB (Red+Green+Blue) = 169+121+179=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #A979B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979B3 is #56864C. Grayscale: #8D8D8D. Windows color (decimal): -5670477 or 11762089. OLE color: 11762089.

HSL color Cylindrical-coordinate representation of color #A979B3: hue angle of 289.66º degrees, saturation: 0.28, 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 #A979B3 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169121179-
CMYK0.060.3200.30
HSL289.66º27.62%58.82%-
HSV(B)289.66º32.4%70.2%-
XYZ31.3425.3645.89-
YUV141.96148.9147.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=36.03%
G=25.80%
B=38.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691211790.060.3200.30289.6627.6258.82
HexA979B362001E1221c3b
Octal2511712636400364423473
Binary1010100111110011011001111010000001111010010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979B3; }

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

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

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

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

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

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

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

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