#A284A1

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

Shades of London Hue #A284A1

Tints of London Hue #A284A1

Color information

#A284A1 (or 0xA284A1) is unknown color: approx London Hue. HEX triplet: A2, 84 and A1. RGB value is (162,132,161). Sum of RGB (Red+Green+Blue) = 162+132+161=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A284A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A284A1 is #5D7B5E. Grayscale: #909090. Windows color (decimal): -6126431 or 10585250. OLE color: 10585250.

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

Color convert

RGB162132161-
CMYK00.190.010.36
HSL302º13.89%57.65%-
HSV(B)302º18.52%63.53%-
XYZ29.5826.7637.32-
YUV144.28137.44140.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=35.60%
G=29.01%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213216100.190.010.3630213.8957.65
HexA284A101312412ee3a
Octal2422042410231444561672
Binary10100010100001001010000101001111001001001011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284A1; }

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

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

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

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

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

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

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

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