#A879BE

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

Shades of East Side #A879BE

Tints of East Side #A879BE

Color information

#A879BE (or 0xA879BE) is unknown color: approx East Side. HEX triplet: A8, 79 and BE. RGB value is (168,121,190). Sum of RGB (Red+Green+Blue) = 168+121+190=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #A879BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879BE is #578641. Grayscale: #8E8E8E. Windows color (decimal): -5736002 or 12482984. OLE color: 12482984.

HSL color Cylindrical-coordinate representation of color #A879BE: hue angle of 280.87º 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 #A879BE is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168121190-
CMYK0.120.3600.25
HSL280.87º34.67%60.98%-
HSV(B)280.87º36.32%74.51%-
XYZ32.2825.7251.98-
YUV142.92154.57145.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=35.07%
G=25.26%
B=39.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681211900.120.3600.25280.8734.6760.98
HexA879BEC24019119233d
Octal25017127614440314314375
Binary101010001111001101111101100100100011001100011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A879BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A879BE; }

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

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

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

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

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

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

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

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