#A982AE

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

Shades of London Hue #A982AE

Tints of London Hue #A982AE

Color information

#A982AE (or 0xA982AE) is unknown color: approx London Hue. HEX triplet: A9, 82 and AE. RGB value is (169,130,174). Sum of RGB (Red+Green+Blue) = 169+130+174=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #A982AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982AE is #567D51. Grayscale: #929292. Windows color (decimal): -5668178 or 11436713. OLE color: 11436713.

HSL color Cylindrical-coordinate representation of color #A982AE: hue angle of 293.18º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A982AE is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169130174-
CMYK0.030.2500.32
HSL293.18º21.36%59.61%-
HSV(B)293.18º25.29%68.24%-
XYZ31.9827.4643.66-
YUV146.68143.42143.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=35.73%
G=27.48%
B=36.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691301740.030.2500.32293.1821.3659.61
HexA982AE319020125153c
Octal2512022563310404452574
Binary1010100110000010101011101111001010000010010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982AE; }

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

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

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

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

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

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

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

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