#A983AB

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

Shades of London Hue #A983AB

Tints of London Hue #A983AB

Color information

#A983AB (or 0xA983AB) is unknown color: approx London Hue. HEX triplet: A9, 83 and AB. RGB value is (169,131,171). Sum of RGB (Red+Green+Blue) = 169+131+171=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A983AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A983AB is #567C54. Grayscale: #929292. Windows color (decimal): -5667925 or 11240361. OLE color: 11240361.

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

Color convert

RGB169131171-
CMYK0.010.2300.33
HSL297º19.23%59.22%-
HSV(B)297º23.39%67.06%-
XYZ31.8327.6142.18-
YUV146.92141.59143.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=35.88%
G=27.81%
B=36.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691311710.010.2300.3329719.2359.22
HexA983AB117021129133b
Octal2512032531270414512373
Binary101010011000001110101011110111010000110010100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983AB; }

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

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

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

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

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

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

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

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