#A982AA

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

Shades of London Hue #A982AA

Tints of London Hue #A982AA

Color information

#A982AA (or 0xA982AA) is unknown color: approx London Hue. HEX triplet: A9, 82 and AA. RGB value is (169,130,170). Sum of RGB (Red+Green+Blue) = 169+130+170=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #A982AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982AA is #567D55. Grayscale: #929292. Windows color (decimal): -5668182 or 11174569. OLE color: 11174569.

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

Color convert

RGB169130170-
CMYK0.010.2400.33
HSL298.5º19.05%58.82%-
HSV(B)298.5º23.53%66.67%-
XYZ31.627.341.63-
YUV146.22141.42144.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=36.03%
G=27.72%
B=36.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691301700.010.2400.33298.519.0558.82
HexA982AA11802112a133b
Octal2512022521300414522373
Binary101010011000001010101010111000010000110010101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982AA; }

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

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

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

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

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

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

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

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