Html Css Color HEX #A980AA London Hue

📋 copy color: '#A980AA'

red 169 ◦ green 128 ◦ blue 170

#A980AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #A980AA

Tints of London Hue #A980AA

RGB

 RED value IS 169 (66.41% from 255) = 36.19%

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 36.19%
G = 27.41%
B = 36.4%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A980AA (or 0xA980AA) is known color: London Hue. HEX triplet: A9, 80 and AA. RGB value is (169,128,170). Sum of RGB (Red+Green+Blue) = 169+128+170=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A980AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A980AA is #567F55. Grayscale: #909090. Windows color (decimal): -5668694 or 11174057. OLE color: 11174057.

HSL color Cylindrical-coordinate representation of color #A980AA: hue angle of 298.57º 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 #A980AA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 128 170 -
CMYK 0.01 0.25 0 0.33
HSL 298.57º 0.2% 0.58% -
HSV(B) 298.57º 0.25% 0.67% -
XYZ 31.34 26.78 41.55 -
YUV 145.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 169 128 170 0.01 0.25 0 0.33 298.57 0.2 0.58
Hex A9 80 AA 1 19 0 21 12B 14 3A
Octal 251 200 252 1 31 0 41 453 24 72
Binary 10101001 10000000 10101010 1 11001 0 100001 100101011 10100 111010

Color Harmonies of #A980AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980AA

Black with #A980AA

Text Example


Text Example

White with #A980AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980AA; }

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

 H1.HeaderClassName
 {
   color: #A980AA;
 }
 .AnyTagClassName
 {
   color: #A980AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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