#A983A7

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

Shades of London Hue #A983A7

Tints of London Hue #A983A7

Color information

#A983A7 (or 0xA983A7) is unknown color: approx London Hue. HEX triplet: A9, 83 and A7. RGB value is (169,131,167). Sum of RGB (Red+Green+Blue) = 169+131+167=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 169 - color contains mainly: red. Hex color #A983A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A983A7 is #567C58. Grayscale: #929292. Windows color (decimal): -5667929 or 10978217. OLE color: 10978217.

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

Color convert

RGB169131167-
CMYK00.220.010.34
HSL303.16º18.1%58.82%-
HSV(B)303.16º22.49%66.27%-
XYZ31.4527.4640.2-
YUV146.47139.59144.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=36.19%
G=28.05%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913116700.220.010.34303.1618.158.82
HexA983A701612212f123b
Octal2512032470261424572273
Binary101010011000001110100111010110110001010010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983A7; }

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

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

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

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

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

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

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

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