#A780AE

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

Shades of East Side #A780AE

Tints of East Side #A780AE

Color information

#A780AE (or 0xA780AE) is unknown color: approx East Side. HEX triplet: A7, 80 and AE. RGB value is (167,128,174). Sum of RGB (Red+Green+Blue) = 167+128+174=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #A780AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A780AE is #587F51. Grayscale: #909090. Windows color (decimal): -5799762 or 11436199. OLE color: 11436199.

HSL color Cylindrical-coordinate representation of color #A780AE: hue angle of 290.87º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A780AE is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167128174-
CMYK0.040.2600.32
HSL290.87º22.12%59.22%-
HSV(B)290.87º26.44%68.24%-
XYZ31.326.7143.55-
YUV144.9144.42143.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=35.61%
G=27.29%
B=37.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671281740.040.2600.32290.8722.1259.22
HexA780AE41A020123163b
Octal2472002564320404432673
Binary10100111100000001010111010011010010000010010001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780AE; }

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

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

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

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

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

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

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

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