#A582A1

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

Shades of London Hue #A582A1

Tints of London Hue #A582A1

Color information

#A582A1 (or 0xA582A1) is unknown color: approx London Hue. HEX triplet: A5, 82 and A1. RGB value is (165,130,161). Sum of RGB (Red+Green+Blue) = 165+130+161=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A582A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582A1 is #5A7D5E. Grayscale: #8F8F8F. Windows color (decimal): -5930335 or 10584741. OLE color: 10584741.

HSL color Cylindrical-coordinate representation of color #A582A1: hue angle of 306.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A582A1 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB165130161-
CMYK00.210.020.35
HSL306.86º16.28%57.84%-
HSV(B)306.86º21.21%64.71%-
XYZ29.9326.5437.26-
YUV144137.6142.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 161 (63.28% from 255) = 35.31%
R=36.18%
G=28.51%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513016100.210.020.35306.8616.2857.84
HexA582A1015223133103a
Octal2452022410252434632072
Binary1010010110000010101000010101011010001110011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582A1; }

 p { color: rgb(165,130,161); }

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

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

 a { background-color: rgb(165,130,161); }

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

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

 span { border-color: rgb(165,130,161); }

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