#A979BE

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

Shades of East Side #A979BE

Tints of East Side #A979BE

Color information

#A979BE (or 0xA979BE) is unknown color: approx East Side. HEX triplet: A9, 79 and BE. RGB value is (169,121,190). Sum of RGB (Red+Green+Blue) = 169+121+190=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #A979BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979BE is #568641. Grayscale: #8E8E8E. Windows color (decimal): -5670466 or 12482985. OLE color: 12482985.

HSL color Cylindrical-coordinate representation of color #A979BE: hue angle of 281.74º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A979BE is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169121190-
CMYK0.110.3600.25
HSL281.74º34.67%60.98%-
HSV(B)281.74º36.32%74.51%-
XYZ32.4925.8351.99-
YUV143.22154.4146.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=35.21%
G=25.21%
B=39.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691211900.110.3600.25281.7434.6760.98
HexA979BEB2401911a233d
Octal25117127613440314324375
Binary101010011111001101111101011100100011001100011010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979BE; }

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

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

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

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

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

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

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

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