#A780B3

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

Shades of East Side #A780B3

Tints of East Side #A780B3

Color information

#A780B3 (or 0xA780B3) is unknown color: approx East Side. HEX triplet: A7, 80 and B3. RGB value is (167,128,179). Sum of RGB (Red+Green+Blue) = 167+128+179=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #A780B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780B3 is #587F4C. Grayscale: #919191. Windows color (decimal): -5799757 or 11763879. OLE color: 11763879.

HSL color Cylindrical-coordinate representation of color #A780B3: hue angle of 285.88º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A780B3 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB167128179-
CMYK0.070.2800.30
HSL285.88º25.12%60.2%-
HSV(B)285.88º28.49%70.2%-
XYZ31.7926.9146.17-
YUV145.48146.92143.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 179 (70.31% from 255) = 37.76%
R=35.23%
G=27.00%
B=37.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671281790.070.2800.30285.8825.1260.2
HexA780B371C01E11e193c
Octal2472002637340364363174
Binary1010011110000000101100111111110001111010001111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780B3; }

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

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

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

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

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

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

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

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