#A58BA8

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

Shades of London Hue #A58BA8

Tints of London Hue #A58BA8

Color information

#A58BA8 (or 0xA58BA8) is unknown color: approx London Hue. HEX triplet: A5, 8B and A8. RGB value is (165,139,168). Sum of RGB (Red+Green+Blue) = 165+139+168=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 168 - color contains mainly: blue. Hex color #A58BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58BA8 is #5A7457. Grayscale: #959595. Windows color (decimal): -5928024 or 11045797. OLE color: 11045797.

HSL color Cylindrical-coordinate representation of color #A58BA8: hue angle of 293.79º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A58BA8 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB165139168-
CMYK0.020.1700.34
HSL293.79º14.29%60.2%-
HSV(B)293.79º17.26%65.88%-
XYZ31.8229.2941.02-
YUV150.08138.11138.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 168 (66.02% from 255) = 35.59%
R=34.96%
G=29.45%
B=35.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651391680.020.1700.34293.7914.2960.2
HexA58BA8211022126e3c
Octal2452132502210424461674
Binary101001011000101110101000101000101000101001001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BA8; }

 p { color: rgb(165,139,168); }

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

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

 a { background-color: rgb(165,139,168); }

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

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

 span { border-color: rgb(165,139,168); }

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