#A780B9

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

Shades of East Side #A780B9

Tints of East Side #A780B9

Color information

#A780B9 (or 0xA780B9) is unknown color: approx East Side. HEX triplet: A7, 80 and B9. RGB value is (167,128,185). Sum of RGB (Red+Green+Blue) = 167+128+185=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #A780B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780B9 is #587F46. Grayscale: #919191. Windows color (decimal): -5799751 or 12157095. OLE color: 12157095.

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

Color convert

RGB167128185-
CMYK0.100.3100.27
HSL281.05º28.93%61.37%-
HSV(B)281.05º30.81%72.55%-
XYZ32.4127.1649.43-
YUV146.16149.92142.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=34.79%
G=26.67%
B=38.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671281850.100.3100.27281.0528.9361.37
HexA780B9A1F01B1191d3d
Octal24720027112370334313575
Binary10100111100000001011100110101111101101110001100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780B9; }

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

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

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

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

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

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

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

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