#A980AD

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

Shades of London Hue #A980AD

Tints of London Hue #A980AD

Color information

#A980AD (or 0xA980AD) is unknown color: approx London Hue. HEX triplet: A9, 80 and AD. RGB value is (169,128,173). Sum of RGB (Red+Green+Blue) = 169+128+173=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #A980AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A980AD is #567F52. Grayscale: #919191. Windows color (decimal): -5668691 or 11370665. OLE color: 11370665.

HSL color Cylindrical-coordinate representation of color #A980AD: hue angle of 294.67º 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 #A980AD is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169128173-
CMYK0.020.2600.32
HSL294.67º21.53%59.02%-
HSV(B)294.67º26.01%67.84%-
XYZ31.6226.8943.06-
YUV145.39143.58144.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=35.96%
G=27.23%
B=36.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691281730.020.2600.32294.6721.5359.02
HexA980AD21A020127163b
Octal2512002552320404472673
Binary1010100110000000101011011011010010000010010011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980AD; }

 p { color: rgb(169,128,173); }

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

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

 a { background-color: rgb(169,128,173); }

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

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

 span { border-color: rgb(169,128,173); }

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