#A683A4

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

Shades of London Hue #A683A4

Tints of London Hue #A683A4

Color information

#A683A4 (or 0xA683A4) is unknown color: approx London Hue. HEX triplet: A6, 83 and A4. RGB value is (166,131,164). Sum of RGB (Red+Green+Blue) = 166+131+164=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A683A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A683A4 is #597C5B. Grayscale: #919191. Windows color (decimal): -5864540 or 10781606. OLE color: 10781606.

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

Color convert

RGB166131164-
CMYK00.210.010.35
HSL303.43º16.43%58.24%-
HSV(B)303.43º21.08%65.1%-
XYZ30.5427.0238.73-
YUV145.23138.6142.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=36.01%
G=28.42%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613116400.210.010.35303.4316.4358.24
HexA683A401512312f103a
Octal2462032440251434572072
Binary101001101000001110100100010101110001110010111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683A4; }

 p { color: rgb(166,131,164); }

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

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

 a { background-color: rgb(166,131,164); }

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

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

 span { border-color: rgb(166,131,164); }

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