#A779BE

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

Shades of East Side #A779BE

Tints of East Side #A779BE

Color information

#A779BE (or 0xA779BE) is unknown color: approx East Side. HEX triplet: A7, 79 and BE. RGB value is (167,121,190). Sum of RGB (Red+Green+Blue) = 167+121+190=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #A779BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A779BE is #588641. Grayscale: #8E8E8E. Windows color (decimal): -5801538 or 12482983. OLE color: 12482983.

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

Color convert

RGB167121190-
CMYK0.120.3600.25
HSL280º34.67%60.98%-
HSV(B)280º36.32%74.51%-
XYZ32.0725.6151.97-
YUV142.62154.74145.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=34.94%
G=25.31%
B=39.75%

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
Decimal1671211900.120.3600.2528034.6760.98
HexA779BEC24019118233d
Octal24717127614440314304375
Binary101001111111001101111101100100100011001100011000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A779BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A779BE; }

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

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

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

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

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

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

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

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