#A183A2

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

Shades of London Hue #A183A2

Tints of London Hue #A183A2

Color information

#A183A2 (or 0xA183A2) is unknown color: approx London Hue. HEX triplet: A1, 83 and A2. RGB value is (161,131,162). Sum of RGB (Red+Green+Blue) = 161+131+162=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 162 - color contains mainly: blue. Hex color #A183A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A183A2 is #5E7C5D. Grayscale: #8F8F8F. Windows color (decimal): -6192222 or 10650529. OLE color: 10650529.

HSL color Cylindrical-coordinate representation of color #A183A2: hue angle of 298.06º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A183A2 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161131162-
CMYK0.010.1900.36
HSL298.06º14.29%57.45%-
HSV(B)298.06º19.14%63.53%-
XYZ29.3426.4237.74-
YUV143.5138.44140.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=35.46%
G=28.85%
B=35.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611311620.010.1900.36298.0614.2957.45
HexA183A211302412ae39
Octal2412032421230444521671
Binary10100001100000111010001011001101001001001010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183A2; }

 p { color: rgb(161,131,162); }

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

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

 a { background-color: rgb(161,131,162); }

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

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

 span { border-color: rgb(161,131,162); }

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