#A780AA

Color #A780AA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A780AA

Tints of London Hue #A780AA

Color information

#A780AA (or 0xA780AA) is unknown color: approx London Hue. HEX triplet: A7, 80 and AA. RGB value is (167,128,170). Sum of RGB (Red+Green+Blue) = 167+128+170=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A780AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A780AA is #587F55. Grayscale: #909090. Windows color (decimal): -5799766 or 11174055. OLE color: 11174055.

HSL color Cylindrical-coordinate representation of color #A780AA: hue angle of 295.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A780AA is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167128170-
CMYK0.020.2500.33
HSL295.71º19.81%58.43%-
HSV(B)295.71º24.71%66.67%-
XYZ30.9126.5641.53-
YUV144.45142.42144.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=35.91%
G=27.53%
B=36.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671281700.020.2500.33295.7119.8158.43
HexA780AA219021128143a
Octal2472002522310414502472
Binary1010011110000000101010101011001010000110010100010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780AA; }

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

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

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

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

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

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

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

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