#A780B4

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

Shades of East Side #A780B4

Tints of East Side #A780B4

Color information

#A780B4 (or 0xA780B4) is unknown color: approx East Side. HEX triplet: A7, 80 and B4. RGB value is (167,128,180). Sum of RGB (Red+Green+Blue) = 167+128+180=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #A780B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780B4 is #587F4B. Grayscale: #919191. Windows color (decimal): -5799756 or 11829415. OLE color: 11829415.

HSL color Cylindrical-coordinate representation of color #A780B4: hue angle of 285º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A780B4 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167128180-
CMYK0.070.2900.29
HSL285º25.74%60.39%-
HSV(B)285º28.89%70.59%-
XYZ31.8926.9546.7-
YUV145.59147.42143.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=35.16%
G=26.95%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671281800.070.2900.2928525.7460.39
HexA780B471D01D11d1a3c
Octal2472002647350354353274
Binary1010011110000000101101001111110101110110001110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780B4; }

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

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

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

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

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

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

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

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