#A780AB

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

Shades of London Hue #A780AB

Tints of London Hue #A780AB

Color information

#A780AB (or 0xA780AB) is unknown color: approx London Hue. HEX triplet: A7, 80 and AB. RGB value is (167,128,171). Sum of RGB (Red+Green+Blue) = 167+128+171=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A780AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A780AB is #587F54. Grayscale: #909090. Windows color (decimal): -5799765 or 11239591. OLE color: 11239591.

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

Color convert

RGB167128171-
CMYK0.020.2500.33
HSL294.42º20.38%58.63%-
HSV(B)294.42º25.15%67.06%-
XYZ31.0126.5942.03-
YUV144.56142.92144-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=35.84%
G=27.47%
B=36.70%

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
Decimal1671281710.020.2500.33294.4220.3858.63
HexA780AB219021126143b
Octal2472002532310414462473
Binary1010011110000000101010111011001010000110010011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780AB; }

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

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

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

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

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

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

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

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