#A982A7

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

Shades of London Hue #A982A7

Tints of London Hue #A982A7

Color information

#A982A7 (or 0xA982A7) is unknown color: approx London Hue. HEX triplet: A9, 82 and A7. RGB value is (169,130,167). Sum of RGB (Red+Green+Blue) = 169+130+167=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A982A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982A7 is #567D58. Grayscale: #919191. Windows color (decimal): -5668185 or 10977961. OLE color: 10977961.

HSL color Cylindrical-coordinate representation of color #A982A7: hue angle of 303.08º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A982A7 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB169130167-
CMYK00.230.010.34
HSL303.08º18.48%58.63%-
HSV(B)303.08º23.08%66.27%-
XYZ31.3227.1940.16-
YUV145.88139.92144.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 167 (65.62% from 255) = 35.84%
R=36.27%
G=27.90%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913016700.230.010.34303.0818.4858.63
HexA982A701712212f123b
Octal2512022470271424572273
Binary101010011000001010100111010111110001010010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982A7; }

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

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

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

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

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

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

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

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