#A780C6

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

Shades of East Side #A780C6

Tints of East Side #A780C6

Color information

#A780C6 (or 0xA780C6) is unknown color: approx East Side. HEX triplet: A7, 80 and C6. RGB value is (167,128,198). Sum of RGB (Red+Green+Blue) = 167+128+198=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #A780C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780C6 is #587F39. Grayscale: #939393. Windows color (decimal): -5799738 or 13009063. OLE color: 13009063.

HSL color Cylindrical-coordinate representation of color #A780C6: hue angle of 273.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A780C6 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167128198-
CMYK0.160.3500.22
HSL273.43º38.04%63.92%-
HSV(B)273.43º35.35%77.65%-
XYZ33.8527.7356.99-
YUV147.64156.42141.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=33.87%
G=25.96%
B=40.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671281980.160.3500.22273.4338.0463.92
HexA780C610230161112640
Octal247200306204302642146100
Binary101001111000000011000110100001000110101101000100011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780C6; }

 p { color: rgb(167,128,198); }

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

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

 a { background-color: rgb(167,128,198); }

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

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

 span { border-color: rgb(167,128,198); }

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