#A979B9

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

Shades of East Side #A979B9

Tints of East Side #A979B9

Color information

#A979B9 (or 0xA979B9) is unknown color: approx East Side. HEX triplet: A9, 79 and B9. RGB value is (169,121,185). Sum of RGB (Red+Green+Blue) = 169+121+185=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #A979B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979B9 is #568646. Grayscale: #8E8E8E. Windows color (decimal): -5670471 or 12155305. OLE color: 12155305.

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

Color convert

RGB169121185-
CMYK0.090.3500.27
HSL285º31.37%60%-
HSV(B)285º34.59%72.55%-
XYZ31.9625.6149.16-
YUV142.65151.9146.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=35.58%
G=25.47%
B=38.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691211850.090.3500.2728531.3760
HexA979B992301B11d1f3c
Octal25117127111430334353774
Binary10101001111100110111001100110001101101110001110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979B9; }

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

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

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

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

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

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

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

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