#A383A5

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

Shades of London Hue #A383A5

Tints of London Hue #A383A5

Color information

#A383A5 (or 0xA383A5) is unknown color: approx London Hue. HEX triplet: A3, 83 and A5. RGB value is (163,131,165). Sum of RGB (Red+Green+Blue) = 163+131+165=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 165 - color contains mainly: blue. Hex color #A383A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A383A5 is #5C7C5A. Grayscale: #909090. Windows color (decimal): -6061147 or 10847139. OLE color: 10847139.

HSL color Cylindrical-coordinate representation of color #A383A5: hue angle of 296.47º 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 #A383A5 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB163131165-
CMYK0.010.2100.35
HSL296.47º15.89%58.04%-
HSV(B)296.47º20.61%64.71%-
XYZ30.0126.7439.18-
YUV144.44139.6141.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=35.51%
G=28.54%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631311650.010.2100.35296.4715.8958.04
HexA383A5115023128103a
Octal2432032451250434502072
Binary101000111000001110100101110101010001110010100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383A5; }

 p { color: rgb(163,131,165); }

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

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

 a { background-color: rgb(163,131,165); }

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

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

 span { border-color: rgb(163,131,165); }

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